Listar recuperações de valores
Retorna uma lista paginada de recuperações de valores pertencentes ao participante solicitante, por padrão das mais novas para as mais antigas. A listagem sempre tem o escopo limitado ao participante (ISPB) resolvido a partir do contexto autenticado do tenant; account_id é um filtro acessório opcional, não um limite de tenant. modified_after / modified_before são timestamps RFC3339 que filtram updatedAt de forma exclusiva; start_date / end_date são datas YYYY-MM-DD que filtram createdAt de forma inclusiva. status e sort_order não diferenciam maiúsculas de minúsculas. A resposta reproduz o total filtrado, page/limit aplicados e hasMore.
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de consulta
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"

