Endpoints
Get single categorize job
GET
/
api
/
v1
/
categorize
/
job
/
{job_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
the id of the job
the name of the job
Available options:
match
, transform
, categorize
processing id of the job, should be ignored
the instructions for the system to follow when completing the job, ordered by earliest to latest
the dataset id of the dataset that the job is processing. For match jobs, this is the base dataset id
the categories that the system should select from
the dataset name of the dataset that the job is processing. For match jobs, this is the base dataset name