Other API Endpoints
Get job by id
GET
/
api
/
v1
/
job
/
{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
id
string
requiredthe id of the job
name
string
requiredthe name of the job
job_type
enum<string>
requiredAvailable options:
match
, transform
, categorize
processing
string | null
requiredprocessing id of the job, should be ignored
user_instructions
string[]
requiredthe instructions for the system to follow when completing the job, ordered by earliest to latest
updated_at
string
required