Skip to main content
GET
Get Document Indexing Status

Authorizations

Authorization
string
header
required

Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).

Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).

Path Parameters

dataset_id
string<uuid>
required

Knowledge base ID. From List Knowledge Bases.

batch
string
required

Batch ID returned when you create or update a document.

Response

Indexing status for documents in the batch.

data
object[]

List of indexing status entries.