Transforms
Get Transform Results
Get the results of a transformation. You can filter and paginate the results by asset_ids.
POST
/
v1
/
transforms
/
{transform_id}
/
results
Authorizations
Path Parameters
Query Parameters
Result ID to retrieve. Will be deprecated in Jan 2025.
Required range:
x > 0
Required range:
x > 0
An enumeration.
Available options:
asc
, desc
Body
application/json
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.
Only valid when asset_ids
is passed in. Checks whether to block the return until all the asset_ids
results are completed. Defaults to True
when asset_ids
is passed in.
If set to False
, the response will return immediately with the results that are available.