Export Statement
statement_exportObtain a pre-signed download URL for a statement file. Fetch the URL to retrieve the statement JSON data.
Instructions
Get a pre-signed download URL for a statement data file (obtained from statement_list). Returns {url}; fetch that URL to get the statement JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes | File key from statement_list, e.g. "/statement_data/data/.../20975338.json" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Pre-signed HTTPS URL for downloading the statement JSON. Short-lived — fetch it promptly. |