List cases
Lists transaction monitoring cases, optionally filtered.
Query parameters
Only return cases belonging to the provided queue.
Status of a case as it progresses through the review workflow:
- OPEN - The case has been created and is still collecting matching transactions
- ASSIGNED - An analyst has been assigned and transaction collection has stopped
- IN_REVIEW - The case is actively being investigated
- ESCALATED - The case has been reviewed and requires additional oversight
- RESOLVED - A determination has been made and a resolution recorded
- CLOSED - The case is finalized
Only return cases with the provided status.
Only return cases assigned to the provided value. Pass an empty string to return only unassigned cases.
Only return cases triggered by the provided transaction monitoring rule.
Only return cases that include the provided transaction.
Only return cases that include transactions on the provided card.
Only return cases that include transactions on the provided account.
Only return cases associated with the provided entity.
Sort order for listing cases. Defaults to CREATED_DESC (newest first):
- CREATED_ASC - Oldest first
- CREATED_DESC - Newest first
- PRIORITY_DESC - Highest priority first
- PRIORITY_ASC - Lowest priority first
- STATUS_DESC - Furthest workflow stage first
- STATUS_ASC - Earliest workflow stage first
Sort order for the returned cases.
Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.
Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
Page size (for pagination).
Response
Cases