GET
/
api
/
v1
/
job
/
{job_id}

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string
required

Response

200 - application/json
id
string
required

the id of the job

job_type
enum<string>
required
Available options:
match,
transform,
categorize
name
string
required

the name of the job

processing
string | null
required

processing id of the job, should be ignored

updated_at
string
required
user_instructions
string[]
required

the instructions for the system to follow when completing the job, ordered by earliest to latest