Ingest Jobs
Retrieve a list of ingest jobs
Retrieve a paginated list of ingest jobs for the authenticated organization.
GET
Authorizations
Default authentication mechanism
Headers
The tenant id to use for the request. If not provided, the default tenant will be used.
Path Parameters
The id of the namespace to create the ingest job for.
Query Parameters
Statuses to filter by.
The status of the ingest job.
Available options:
BACKLOG
, QUEUED
, QUEUED_FOR_RESYNC
, QUEUED_FOR_DELETE
, PRE_PROCESSING
, PROCESSING
, DELETING
, CANCELLING
, COMPLETED
, FAILED
, CANCELLED
The field to order by. Default is createdAt
.
Available options:
createdAt
The sort order. Default is desc
.
Available options:
asc
, desc
The cursor to paginate by.
The direction to paginate by.
Available options:
forward
, backward
The number of records to return per page.
Required range:
1 <= x <= 100