get_program_balances
Retrieve program-level balance data with day-level aggregation. View beginning and ending bank balances, amounts to send and receive. Filter by date and other fields, sort results, and limit records to up to 10,000.
Instructions
Get program-level balance data. Includes beginning/ending bank balances, amounts to send/receive. Day-level aggregation only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| filters | No | Filters on data fields. For date filtering, use actual date field names with operators (e.g., {'post_date': '>=2023-10-20'}) | |
| sort_by | No | Field to sort by | |
| count | No | Maximum records to return (up to 10,000, default 10,000) | |
| program | No | Override default program |