v1
latestOpenAPI 3.1.02026-07-24251250397.8 KBtransformations
List transformation asset versions
Retrieves a paginated list of asset version snapshots for the specified site
get/v2/sites/{site_id}/transformation_asset_versions/
Path parameters
site_idstring required
Unique identifier for a resource
Example:Ny05CEfj
Unique alphanumeric ID of the site
Query parameters
pageinteger
Sets the page number for pagination. First page is 1.
page_lengthinteger
Sets the page length (number of items you get in the response) for pagination
If page_length is not specified, the default value will be set.
Default: 10
qstring
Filter asset versions using a query string
Example: asset_id:abcd1234
sortstring
Sort results by field and direction
Example: created:dsc
Response
Asset versions successfully retrieved
Example response
{
"asset_versions": [
{
"id": "Ny05CEfj",
"site_id": "Ny05CEfj",
"produced_by_transformation_run_id": "Ny05CEfj",
"relationships": {
"asset": {
"id": "Ny05CEfj"
},
"project": {
"id": "Ny05CEfj"
}
}
}
]
}