API Documentation
Retrieve Dataset Status
Use this endpoint to check the processing status and metadata for a specific dataset in Visual Layer.
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 a GET
request to the following endpoint:
Example Request
Use this endpoint to track dataset readiness before continuing with enrichment, filtering, or export operations.
📌 For detailed reference, visit the Dataset Status API.