get_account_export
Poll an account export job to retrieve its status and download URL. Use after creating or listing exports to obtain the completed file.
Instructions
Retrieve the status and download URL for a single account export job.
Use to poll an export until its status is finished and then read its download_url. Use list_account_exports to browse all exports and discover IDs instead.
Args: export_id: The export job ID to inspect. Obtain from list_account_exports or create_account_export.
Returns: JSON with export_id, status, started (ISO 8601), finished (ISO 8601 or null), size_in_bytes, download_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| export_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |