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.Prerequisites
- A valid JWT token. See Authentication.
- A dataset ID (visible in the browser URL:
https://app.visual-layer.com/dataset/<dataset_id>/data).
Get Dataset Status
Retrieve current status and metadata for a dataset.Example
Response
Key Response Fields
Dataset Status Values
Get Dataset Creation Status
For datasets created via the ingestion workflow (local file uploads), use this endpoint to track creation progress:Example
Response
Python Polling Example
The following example polls until a dataset reachesREADY status.
Response Codes
See Error Handling for the error response format and Python handling patterns.Related Resources
Add Media to an Existing Dataset
Add new images or videos and monitor the resulting status transitions.
Authentication
Generate the JWT token required for all API calls.