jobs

List Jobs

List your indexing jobs, newest first. Filter by status or collection, and page through results with limit and offset. Use this to see what's currently running, review recent jobs, and check how many files each indexed. For the full detail of a single job, use GET /v2/jobs/{job_id}.

get/v2/jobs

Query parameters

status'running' | 'pending' | 'processing' | 'completed' | 'completed_with_errors' | 'failed' | 'cancelled' | 'timed_out'

Filter by job status (running, pending, processing, completed, completed_with_errors, failed, cancelled, timed_out).

Filter by job status.

collectionstring nullable

Filter by collection name.

limitinteger

Jobs per page.

offsetinteger

Pagination offset.

Headers

authorizationstring nullable

Response

Successful Response

total_countinteger required
limitinteger required
offsetinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.