Export Statement
statement_exportGet a pre-signed download URL for a statement data file. Use the file key from statement_list to obtain the URL and fetch the statement JSON.
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. |