Skip to main content
GET
/
api
/
v1
/
datasets
/
status
Get Dataset Status
curl --request GET \
  --url https://api.cognee.ai/api/v1/datasets/status \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

dataset
string<uuid>[]
pipeline
string[]

Response

Successful Response

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