v1
latestOpenAPI 3.1.02026-07-24251250397.8 KBtransformations
List transformation runs
Retrieves a paginated list of transformation runs for the specified site
get/v2/sites/{site_id}/transformation_runs/
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 transformation runs using a query string
Example: state:succeeded
sortstring
Sort results by field and direction
Example: created:dsc
Response
Transformation runs successfully retrieved
Example response
{
"transformation_runs": [
{
"id": "Ny05CEfj",
"site_id": "Ny05CEfj",
"run_inputs": {
"input_asset_version_ids": [
"Ny05CEfj"
],
"step_inputs": [
{
"input_asset_version_ids": [
"Ny05CEfj"
]
}
]
},
"output_asset_version_ids": [
"Ny05CEfj"
],
"relationships": {
"project": {
"id": "Ny05CEfj"
},
"transformation_agent": {
"id": "Ny05CEfj"
}
}
}
]
}