Endpoints
Get transform job status
GET
/
api
/
v1
/
transform
/
job
/
status
/
{job_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
job_id
string
requiredResponse
200 - application/json
job_id
string
requiredjob_type
enum<string>
requiredAvailable options:
match
, transform
, categorize
status
enum<string>
requiredAvailable options:
processing
, completed
, failed
, cancelled
progress
object | null
required