Documents
Retrieves metadata for document assets uploaded to your account, including identifiers, names, and ownership details.
Table Specific Information
Select
The URN column is required and must be specified in the criteria to query data from this table.For the URN column, the = operator is fully supported server-side. The IN operator is partially supported server-side and partially client-side. Refer to the query examples below:
SELECT * FROM Documents WHERE URN = 'urn:li:document:D4D10AQGFjOtqZWBMww';
SELECT * FROM Documents WHERE URN IN ('urn:li:document:D4D10AQGFjOtqZWBMww', 'urn:li:document:D4D10AQFVYoDpcZs86Q')
The rest of the query is processed client-side.
Columns
| Name | Type | References | Description |
| URN [KEY] | String | Uniform Resource Name (URN) that uniquely identifies the document asset within LinkedIn. | |
| OwnerURN | String | URN that identifies the entity or account that owns the document asset. | |
| DownloadURL | String | URL that provides access to download the document file. | |
| DownloadURLExpiresAt | Datetime | Date and time when the document's download URL expires and becomes inaccessible. | |
| Status | String | Indicates the current processing or availability status of the document asset.
The allowed values are PROCESSING, PROCESSING_FAILED, AVAILABLE, WAITING_UPLOAD. |