How This Helps
This API call allows you to programmatically check the current status of a dataset—including readiness, progress, and metadata—using its unique
dataset_id.API Request
To retrieve the status of a dataset, send aGET request to the following endpoint:
Example Request
Example Output
Dataset Status Values
Thestatus field in the response can have the following values:
| Status | Description |
|---|---|
NEW | Dataset has been created but not yet started processing |
PRE_PROCESSING | Dataset is being prepared for processing |
INITIALIZING | Dataset processing is being initialized |
UPLOADING | Data is being uploaded to the system |
SAVING | Dataset data is being saved |
INDEXING | Dataset is being indexed for search and retrieval |
READY | Dataset is fully processed and ready for use |
FATAL_ERROR | An error occurred during processing that prevents completion |
ENRICHING | Dataset is being enriched with additional metadata or processing |