get_dataset_status
Check dataset build status and retrieve download links for Parquet files when ready. Track progress through 10 steps and get file metadata including size and expiration.
Instructions
Get the status of a dataset build and download links when ready.
Parameters:
dataset_id (str, REQUIRED): The ID of the dataset to check
Returns:
Build status (Running, Completed, etc.)
Progress steps (10 total steps)
When completed: Download URLs for Parquet files
File metadata (size, row count, expiration date)
Example: get_dataset_status(dataset_id="dataset-71e97cfa-xxxx-xxxx-xxxx-33cd91be9028")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |