Documents
Read the metadata of the document assets in your accounts.
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 | The URN of the document. | |
| OwnerURN | String | The URN of the entity who owns the document. | |
| DownloadURL | String | The URL for downloading the document. | |
| DownloadURLExpiresAt | Datetime | The time when the URL for downloading the document expires. | |
| Status | String | The status of the document.
The allowed values are PROCESSING, PROCESSING_FAILED, AVAILABLE, WAITING_UPLOAD. |