Ingest Jobs
Retrieve a list of ingest jobs
Retrieve a paginated list of ingest jobs for the authenticated organization.
get/v1/namespace/{namespaceId}/ingest-jobs
Path parameters
namespaceIdstring required
The id of the namespace (prefixed with ns_)
Example:ns_123
The id of the namespace (prefixed with ns_)
Query parameters
statusesIngestJobStatus[]
Comma separated list of statuses to filter by.
orderBy'createdAt'
The field to order by. Default is createdAt.
order'asc' | 'desc'
The sort order. Default is desc.
cursorstring
The cursor to paginate by.
cursorDirection'forward' | 'backward'
The direction to paginate by.
perPagenumber
The number of records to return per page.
Headers
x-tenant-idstring
Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.
Optional tenant id to use for the request. If not provided, the namespace will be used directly. Must be alphanumeric and up to 64 characters.
Response
The retrieved ingest jobs