POST
/
v1
/
transforms
/
{transform_id}
/
results

Authorizations

Authorization
string
headerrequired

Path Parameters

transform_id
string
required

Query Parameters

result_id
string

Result ID to retrieve. Will be deprecated in Jan 2025.

limit
integer
default: 50
Required range: x > 0
offset
integer
default: 0
Required range: x > 0
order_by
string
default: increment_id
order
enum<string>
default: asc

An enumeration.

Available options:
asc,
desc

Body

application/json
filters
object
asset_ids
string[]

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.

blocking
boolean

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.

Response

200 - application/json
message
string
required
metadata
object
required
data
object[]
required
transform_status
enum<string>

An enumeration.

Available options:
running,
failed,
completed,
not_started