GET
/
api
/
v1
/
categorize
/
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
categories
string[]
required

the categories that the system should select from

dataset_id
string
required

the dataset id of the dataset that the job is processing. For match jobs, this is the base dataset id

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

dataset_name
string | null

the dataset name of the dataset that the job is processing. For match jobs, this is the base dataset name