v1
latestOpenAPI 3.1.02026-07-24251250397.8 KBtransformations
Get a transformation run step
Retrieves a specific transformation run step by ID
get/v2/sites/{site_id}/transformation_run_steps/{transformation_run_step_id}/
Path parameters
site_idstring required
Unique identifier for a resource
Example:Ny05CEfj
Unique alphanumeric ID of the site
transformation_run_step_idstring required
Unique identifier for a resource
Example:Ny05CEfj
Unique alphanumeric ID of a single step within a transformation run
Response
Transformation run step successfully retrieved
Example response
{
"id": "Ny05CEfj",
"site_id": "Ny05CEfj",
"transformation_run_id": "Ny05CEfj",
"lineage": {
"parent_step_ids": [
"Ny05CEfj"
],
"retried_from_step_id": "Ny05CEfj"
},
"metadata": {
"output_data": {
"asset_version_ids": [
"Ny05CEfj"
],
"decision": {
"decided_by": "Ny05CEfj",
"approved_asset_version_ids": [
"Ny05CEfj"
],
"regenerate_input_asset_version_ids": [
"Ny05CEfj"
]
}
}
},
"relationships": {
"transformation_run": {
"id": "Ny05CEfj"
}
}
}