collector_run_status
Retrieve the status, result count, cost, and rows of an asynchronous Collector run by run_id. Optionally get rows as CSV.
Instructions
Fetch a Collector run by run_id: status (queued|running|done|failed), result count, cost, partial flag and the result rows. Use after run_collector returned 202/async. Pass format 'csv' to get the rows as CSV text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Return rows as JSON (default) or CSV text | |
| run_id | Yes | The run id returned by run_collector |