List funds recoveries
Returns a paginated list of funds recoveries owned by the requesting participant, newest first by default. The listing is always scoped to the participant (ISPB) resolved from the authenticated tenant context; account_id is an optional accessory filter, not a tenant boundary. modified_after / modified_before are RFC3339 timestamps filtering updatedAt exclusively; start_date / end_date are YYYY-MM-DD dates filtering createdAt inclusively. status and sort_order are case-insensitive. The response echoes the filtered total, the applied page/limit, and hasMore.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Filter by lifecycle status (case-insensitive): CREATED, TRACKED, AWAITING_ANALYSIS, ANALYSED, REFUNDING, COMPLETED, CANCELLED
"CREATED"
Filter by situation type: SCAM, ACCOUNT_TAKEOVER, COERCION, FRAUDULENT_ACCESS, OTHER, UNKNOWN
"SCAM"
Filter by the root transaction id
"E12345678202605171530aB3xK9mWq2z"
Filter by client account UUID within the participant
"550e8400-e29b-41d4-a716-446655440000"
Return rows updated strictly after this RFC3339 timestamp
"2026-05-17T13:30:00Z"
Return rows updated strictly before this RFC3339 timestamp
"2026-05-18T13:30:00Z"
Return rows created on or after this date (YYYY-MM-DD)
"2026-05-01"
Return rows created on or before this date (YYYY-MM-DD, inclusive of the whole day)
"2026-05-31"
Return rows whose metadata contains this JSON object
"{\"channel\":\"mobile\"}"
Page number (1-based, default 1)
"1"
Maximum items per page (default 10, max 100)
"10"
Sort direction by created_at (default desc, case-insensitive): asc or desc
"desc"

