Get Transform Results
Get the results of a transformation. You can filter and paginate the results by asset_ids.
Authorizations
Headers
Pass in an API version to guarantee a consistent response format.
The latest version should be used for all new API calls. Existing API calls should be updated to the latest version when possible.
Valid versions:
-
Latest API version (recommended):
2025-03
-
Previous API version (maintenance mode):
2025-02
If no API version header is included, the response format is considered unstable and could change without notice (not recommended).
Path Parameters
Transformation ID for the transformation to retrieve.
Query Parameters
Result ID to retrieve. Will be deprecated in Jan 2025.
x > 0
x >= 0
An enumeration.
asc
, desc
Body
List of asset IDs to filter by. When this paramter is passed in, blocking
defaults to True
. This will override any asset_id
filters in the request body.
List of row IDs to filter by. When this paramter is passed in, blocking
defaults to True
. This will override any row_id
filters in the request body.
Checks whether to block the return until all the asset_ids
results are completed. If set to False
, the response will return immediately with the results that are available.
Response
{
"asset_id": "asset_id_1",
"result_id": "result_id_1",
"ext_file_id": "ext_id_1",
"ext_file_name": "file_name_1.pdf",
"trellis_validation_status": true,
"your_field_1": 0.5,
"your_field_2": "some string",
"your_field_3": true
}
An enumeration.
running
, failed
, completed
, not_started