latestOpenAPI 3.1.0MIT2026-08-226224149.1 KB
613ceff68dc7
Retrieve a reconciliation exception
Returns the exception with assignees, comments, recent investigation sessions, aggregates for the entire overdue slice, and filtered_aggregates restricted to the supplied filter query parameters. All filter parameters are optional.
get/reconciliation_exceptions/{id}
Path parameters
idstring required
Query parameters
amount_mininteger
Include records with signed amount >= amount_min (cents)
amount_maxinteger
Include records with signed amount <= amount_max (cents)
date_fromstring date
Include records with transaction date >= date_from
date_tostring date
Include records with transaction date <= date_to
direction'debit' | 'credit'
Include only debits (amount < 0) or credits (amount > 0)
counterpartystring
Case-insensitive substring match on record description
age_bucket'lt_7d' | '7_30d' | '30_90d' | 'gt_90d'
Convenience age filter on time since overdue_at
Response
Exception retrieved