Images
Read the metadata of the image assets created in the organizations you administer.
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 Images WHERE URN = 'urn:li:image:D4D10AQHqn3iVssgwvA';
SELECT * FROM Images WHERE URN IN ('urn:li:image:D4D10AQHqn3iVssgwvA', 'urn:li:image:D4D10AQGGB-vB21hq4g')
The rest of the query is processed client-side.
Columns
| Name | Type | References | Description |
| URN [KEY] | String | The URN of the image. | |
| OwnerURN | String | The URN of the entity who owns the image. | |
| DownloadURL | String | The URL for downloading the image. | |
| DownloadURLExpiresAt | Datetime | The time when the URL for downloading the image expires. | |
| Status | String | The status of the image.
The allowed values are PROCESSING, PROCESSING_FAILED, AVAILABLE, WAITING_UPLOAD. |