Skip to main content
GET
Get document indexing status

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

Query Parameters

document_ids
string

Comma-separated list of document UUIDs to filter the response. When omitted, returns statuses for all documents in the project.

Response

Indexing statuses for the requested documents

document_id
string<uuid>
extractor_type
string

Extractor node type (e.g. "TagExtractor", "ObjectExtractor")

extractor_id
string<uuid>
extractor_version_id
string<uuid>
status
enum<string>
Available options:
created,
indexing,
ready_to_publish,
active,
failed,
pending_delete,
deleting,
deleted