List infraction reports
Returns a page of infraction reports for the authenticated organization, newest-updated first by default. Every filter is optional and validated only when present; any invalid value returns 400 PIX-0003. modified_after / modified_before are ISO 8601 UTC timestamps filtering updated_at; when both are present, modified_after must not be after modified_before.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Filter by lifecycle status
"OPEN"
Filter by situation type
"SCAM"
Filter by the linked funds-recovery BCB identifier
"FR-2026-000000123"
Filter by the contested transaction's end-to-end/RtrId (a transaction may have multiple infraction reports)
"E12345678202607161000aB3xK9mWq2z"
Return rows updated strictly after this ISO 8601 UTC timestamp
"2026-05-17T13:30:00Z"
Return rows updated strictly before this ISO 8601 UTC timestamp
"2026-05-18T13:30:00Z"
Filter to reports whose BCB analysis window (7 days from receipt) has elapsed while not yet closed or cancelled
"true"
Filter to reports within 2 days of the BCB analysis deadline but not yet past it, while not yet closed or cancelled
"true"
Page number (default: 1, minimum: 1)
"1"
Maximum number of items per page (default: 20, maximum: 100)
"20"
Sort direction by updated_at (default: desc)
"desc"

