dataset_status
Poll a dataset job to track progress, fetch incremental rows via cursor, and obtain signed CSV/JSON download URLs when completed. Use summary mode for progress and steps only.
Instructions
Poll a dataset job for progress, the collection trace (steps) and the rows so far. Polls are incremental: pass the previous response's nextCursor as since to receive only rows delivered after your last poll. Set mode 'summary' to omit rows and get only progress + steps (light poll). When status is completed, the response includes signed CSV/JSON download URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | summary: progress + steps only, no rows | |
| jobId | Yes | The dataset job id returned by create_dataset | |
| since | No | Row cursor from the previous poll's `nextCursor` — returns only newer rows |