Export Statement
statement_exportRetrieve a pre-signed URL to download a statement data file obtained from statement_list.
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. |