list_exports
List requested CSV export reports and check their processing status. Poll until status becomes 'Finished' to retrieve the download link.
Instructions
List requested CSV export reports and their processing status.
Returns {"items": [...]} where each report has: reportId, timeFrom, timeTo, dataIncluded (the four include* flags), status, downloadLink (populated once the report is finished). Status values are Mixed-Case, not upper-case: "Queued", "Processing", "Running", "Canceled", "Failed", "Finished". Poll this after request_export until the report's status is "Finished", then fetch the CSV from downloadLink. Rate limit: 1 request per 1 minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of reports to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||