GET
/
api
/
v1
/
categorize
/
job
/
status
/
{job_id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string
required

Response

200 - application/json
job_id
string
required
job_type
enum<string>
required
Available options:
match,
transform,
categorize
status
enum<string>
required
Available options:
processing,
completed,
failed,
cancelled
progress
object | null
required