im_get_breaks
Retrieve open break items with filters by date, entity, currency, status, or recon group. Returns amounts, currency, age, and status for morning checks.
Instructions
Retrieve open break/exception items with optional filters. Key morning-check tool. Returns break reference, amounts, currency, age, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value_date | No | Filter by value date (YYYY-MM-DD). Omit for all dates. | |
| entity | No | Filter by entity/book name (partial match) | |
| currency | No | Filter by currency code e.g. USD, GBP, EUR | |
| status | No | Break status filter: OPEN, PENDING, RESOLVED, WAIVED (default: OPEN) | |
| recon_group | No | Filter by recon group name (partial match) | |
| limit | No | Max rows to return (default 100, max 500) |