Skip to main content
GET
Get Dataset Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dataset
string<uuid>[]

Dataset UUIDs to check (from GET /api/v1/datasets). Omit to get status for all datasets you can read.

Example:
pipeline
string[]

Pipeline names to check: 'add_pipeline', 'cognify_pipeline', or 'code_graph_pipeline' (code ingestion via remember content_type='code'). Omit to default to cognify_pipeline.

Example:

Response

Successful Response

{key}
enum<string>
Available options:
DATASET_PROCESSING_INITIATED,
DATASET_PROCESSING_STARTED,
DATASET_PROCESSING_COMPLETED,
DATASET_PROCESSING_ERRORED