Skip to main content
GET
Search investigations
This API is in preview and subject to change.

Query Parameters

limit
integer<int32>
default:10

A limit on the number of objects returned per page. The default is 10 items.

Required range: 1 <= x <= 100
nextPageToken
string

Cursor token for fetching the next page of results.

previousPageToken
string

Cursor token for fetching the previous page of results.

referencedTransactionId
integer<int64>

Filter by referenced transaction ID

status
enum<string>[]

Filter by investigation status (supports multiple values)

Filter by investigation status (supports multiple values)

Available options:
PENDING,
RESOLVED,
REJECTED
direction
enum<string>

Filter by direction (INBOUND, OUTBOUND)

Available options:
OUTBOUND,
INBOUND
type
enum<string>

Filter by investigation type (CLAIM_NON_RECEIPT, PAYMENT_STATUS_REQUEST) Investigation type: CLAIM_NON_RECEIPT (camt.027) or PAYMENT_STATUS_REQUEST (pacs.028)

Available options:
CLAIM_NON_RECEIPT,
PAYMENT_STATUS_REQUEST
caseId
string

Filter by case ID (exact match)

Response

Returned paginated investigations

data
object[]
required

List of investigations

meta
object
required

Pagination metadata

Last modified on March 19, 2026