GET
/
assets
/
{id}
/
versions

Results are ordered from newest to oldest.

Authorizations

X-Api-Key
string
headerrequired

Path Parameters

id
string
required

The unique identifier of the asset. Format: 'ast_' followed by alphanumeric characters.

Query Parameters

includeArchived
boolean

Include archived versions in the results. Default is false.

pageSize
integer

The number of items to return per page. The maximum pageSize is 100 items.

nextToken
string

A cursor for the next page of results.

Response

200 - application/json
items
object[]
required

Array of items for the current page.

nextToken
string

A cursor for the next page of results.