Skip to main content

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

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.

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 reaches READY status.

Response Codes

See Error Handling for the error response format and Python handling patterns.

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.