Assets V2

List Assets

Returns a list of assets for the specified application. Optionally filter by project. Requires assets:read scope.

get/v2/assets

Query parameters

limitstring

a string to be decoded into a number

Maximum number of items to return (1-100, default: 10)

starting_afterstring

a string to be decoded into a number

a string to be decoded into a number

ending_beforestring

a string to be decoded into a number

a string to be decoded into a number

project_idstring

a string to be decoded into a number

a string to be decoded into a number

application_idstring required

ID of the application

ID of the application

'image'

Image asset

OR
'video'

Video asset

Media type of the asset

qstring
'newest'

Newest assets first

OR
'oldest'

Oldest assets first

Sort order for asset lists

Response

Success

object'list' required

Object type, always list

url'/v2/assets' required

API endpoint URL for this list

has_moreboolean required

Whether there are more results available beyond this page

Changes

No recorded changes to this endpoint across all 2 revisions of this API.