Check the processing status and metadata for a dataset using its unique dataset ID.
How This Helps
Poll this endpoint to determine when a dataset is ready for search, enrichment, or export operations. Both the dataset metadata and the current processing status are returned in a single call.
The status field is being retired. Use status_new for all status checks and workflow logic. In a future update, status_new will be renamed to status.
Dataset is being set up. Files may be uploading but processing has not started.
INDEXING
Dataset is being indexed for search and retrieval.
READ ONLY
Dataset is being updated — add media, enrichment, or reindex in progress. Browsing still works.
PARTIAL INDEX
New media was added but the dataset has not yet been re-clustered. Trigger a reindex to reach READY.
READY
Dataset is fully processed and available for search, enrichment, and export.
ERROR
Processing failed. Check fatal_error_msg for details.
Use status_new == "READY" as your condition before starting enrichment, search, or export operations. status_new == "PARTIAL INDEX" is safe for browsing but the dataset has not yet been re-clustered.