Get Assets by Ad Account
Returns list of asset metadata in descending order via the creation time within each asset type for a given ad account ID.
Request
- ad_account_idstring [uuid]Required
A unique identifier for an Ad Account.
Example:ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
- asset_idsarray of stringsUnique items
A unique identifier for the entity.
Example:asset_ids=ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
- asset_typesarray of stringsUnique items
The type of asset.
Allowed values:"AUDIO"
,"IMAGE"
,"VIDEO"
Example:asset_types=IMAGE
- asset_subtypesarray of stringsUnique items
The general type of audio asset, with ADSTUDIO_SUPPLIED_AUDIO and USER_UPLOADED_AUDIO being included as part of the AUDIO_AD categorization.
Allowed values:"AUDIO_AD"
,"BACKGROUND_MUSIC"
Example:asset_subtypes=AUDIO_AD
- statusesarray of stringsUnique items
The current status of an asset throughout lifecycle processes.
Allowed values:"ERROR"
,"PROCESSING"
,"READY"
,"WAITING_UPLOAD"
Example:statuses=READY
- aspect_ratiosarray of stringsUnique items
String representation of all supported aspect ratios
Allowed values:"HORIZONTAL_16_9"
,"HORIZONTAL_1_91_1"
,"SQUARE"
,"VERTICAL_9_16"
- namestring
Search word provided is applied to the asset name.
- sort_directionstringDefault:
sort_direction=DESC
Allowed values:"ASC"
,"DESC"
- sort_fieldstringAllowed values:
"CREATED_AT"
,"NAME"
- limitinteger
Limit or page size for a given response.
Default:limit=50
Range:1
-50
Example:limit=50
- offsetinteger
Starting position of the next record to assist in data pagination.
Default:offset=0
Example:offset=0
Response
List of asset metadata objects.
- page_sizeinteger [int32]
- total_resultsinteger [int32]
- offsetinteger [int32]
- current_pageinteger [int32]
- assetsarray of oneOfsWill be one of the following:
Metadata object for an image asset type.
- idstring [uuid]Required
A unique identifier for the entity.
Example:"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
- namestringRequired
The name of the asset file.
Example:"logoImage.png"
- asset_typestringRequired
- statusstringRequired
The current status of an asset throughout lifecycle processes.
Allowed values:"ERROR"
,"PROCESSING"
,"READY"
,"WAITING_UPLOAD"
Example:"READY"
- urlstring [uri]Required
URL of asset. Will be either Google Cloud Storage URL or CDN URL depending on the asset type and the transcoding completion status.
Example:"https://i.scdn.co/image/123"
- created_atstring [date-time]Required
Date the entity was created. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
Example:"2026-01-23T04:56:07Z"
- updated_atstring [date-time]Required
Date the entity was updated. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
Example:"2026-01-23T04:56:07Z"
- file_typestring
The file type of the image asset as defined by the 'file type' specification of the ISO base media file format standard.
Allowed values:"JPEG"
,"PNG"
Example:"JPEG"
- aspect_ratiostring
String representation of all supported aspect ratios
Allowed values:"HORIZONTAL_16_9"
,"HORIZONTAL_1_91_1"
,"SQUARE"
,"VERTICAL_9_16"
- widthintegerExample:
720
- heightintegerExample:
1280
Metadata object for an audio asset type.
- idstring [uuid]Required
A unique identifier for the entity.
Example:"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
- namestringRequired
The name of the asset file.
Example:"logoImage.png"
- asset_typestringRequired
- statusstringRequired
The current status of an asset throughout lifecycle processes.
Allowed values:"ERROR"
,"PROCESSING"
,"READY"
,"WAITING_UPLOAD"
Example:"READY"
- urlstring [uri]Required
URL of asset. Will be either Google Cloud Storage URL or CDN URL depending on the asset type and the transcoding completion status.
Example:"https://i.scdn.co/image/123"
- created_atstring [date-time]Required
Date the entity was created. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
Example:"2026-01-23T04:56:07Z"
- updated_atstring [date-time]Required
Date the entity was updated. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
Example:"2026-01-23T04:56:07Z"
- audio_typestring
The type of audio asset.
Allowed values:"ADSTUDIO_SUPPLIED_AUDIO"
,"BACKGROUND_MUSIC"
,"STOCK_BACKGROUND_MUSIC"
,"USER_UPLOADED_AUDIO"
Example:"USER_UPLOADED_AUDIO"
- duration_msinteger [int32]
The duration of the asset in milliseconds. This value is populated as part of asset processing, and will be null until the asset is in ready state.
Example:30000
- file_typestring
The file type of the audio asset as defined by the 'file type' specification of the ISO base media file format standard.
Allowed values:"MP3"
,"OGG"
,"WAV"
Metadata object for a video asset type.
- idstring [uuid]Required
A unique identifier for the entity.
Example:"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
- namestringRequired
The name of the asset file.
Example:"logoImage.png"
- asset_typestringRequired
- statusstringRequired
The current status of an asset throughout lifecycle processes.
Allowed values:"ERROR"
,"PROCESSING"
,"READY"
,"WAITING_UPLOAD"
Example:"READY"
- urlstring [uri]Required
URL of asset. Will be either Google Cloud Storage URL or CDN URL depending on the asset type and the transcoding completion status.
Example:"https://i.scdn.co/image/123"
- created_atstring [date-time]Required
Date the entity was created. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
Example:"2026-01-23T04:56:07Z"
- updated_atstring [date-time]Required
Date the entity was updated. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
Example:"2026-01-23T04:56:07Z"
- duration_msinteger [int32]
The duration of the asset in milliseconds. This value is populated as part of asset processing, and will be null until the asset is in ready state.
Example:30000
- aspect_ratiostring
String representation of all supported aspect ratios
Allowed values:"HORIZONTAL_16_9"
,"HORIZONTAL_1_91_1"
,"SQUARE"
,"VERTICAL_9_16"
- widthintegerExample:
720
- heightintegerExample:
1280
- file_typestring
The file type of the video asset as defined by the 'file type' specification of the ISO base media file format standard.
Allowed values:"MP4"
,"QUICKTIME"
- has_audioboolean
- thumbnail_urlstring [uri]
URL of thumbnail image of the video asset.
Example:"https://adstudio-video-preview-image.spotifycdn.com/123-preview"
Response sample
{ "paging": { "page_size": 50, "total_results": 116, "offset": 0 }, "assets": [ { "id": "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a", "name": "logoImage.png", "asset_type": "IMAGE", "status": "READY", "url": "https://i.scdn.co/image/123", "created_at": "2026-01-23T04:56:07Z", "updated_at": "2026-01-23T04:56:07Z", "file_type": "JPEG" }, { "id": "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a", "name": "logoImage.png", "asset_type": "IMAGE", "status": "READY", "url": "https://i.scdn.co/image/123", "created_at": "2026-01-23T04:56:07Z", "updated_at": "2026-01-23T04:56:07Z", "file_type": "JPEG" } ]}