GET
/
api
/
v1
/
job
/
all

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
id
string
required

the id of the job

name
string
required

the name of the job

job_type
enum<string>
required
Available options:
match,
transform,
categorize
processing
string | null
required

processing id of the job, should be ignored

user_instructions
string[]
required

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

updated_at
string
required