Skip to main content
GET
List ingestion jobs for a knowledge base

Authorizations

x-api-key
string
header
required

Path Parameters

kb_id
string<uuid>
required

Query Parameters

status
string | null

Filter by status. Accepts exact values (queued, processing, completed, failed, partial_failure) or the sugar value 'active' which matches queued + processing.

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string | null

Response

Successful Response

items
IngestionJobSummaryResponse · object[]
required
has_more
boolean
required
next_cursor
string | null