get_cash_account_statements
Retrieve finalized statements for a Brex cash account to access period details and transaction summaries. Supports pagination for efficient data retrieval.
Instructions
List finalized statements for a specific cash account by account ID. Requires cash account scopes. Supports cursor-based pagination. Returns complete statement objects with period details and transaction summaries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Cash account identifier | |
| cursor | No | Pagination cursor from previous response | |
| limit | No | Maximum number of statements to return (default: 50, max: 100) |