v1

latestOpenAPI 3.1.02026-07-173384141.4 KB
jobs

get/documents/v1/jobs

Query parameters

cursorstring

Cursor to paginate through the list of jobs

limitinteger

Limit the number of jobs to return

direction'next' | 'prev'

Direction to paginate through the list of jobs

filenamestring

Filter jobs based on the filename used

job_idstring

Filter jobs based on the job id used

dataset_namestring

Filter jobs based on the dataset name used

status'failure' | 'pending' | 'processing' | 'successful'

Filter jobs based on the status

created_afterstring

Filter jobs created after the given date. Date should be in RFC3339 format

created_beforestring

Filter jobs created before the given date. Date should be in RFC3339 format

updated_afterstring

Filter jobs updated after the given date. Date should be in RFC3339 format

updated_beforestring

Filter jobs updated before the given date. Date should be in RFC3339 format

Response

List all jobs

hasMoreboolean required
prevCursorstring nullable
nextCursorstring nullable