Skip to main content
GET
List reconciliation contexts

Authorizations

Authorization
string
header
required

Bearer token authentication (format: "Bearer {token}")

Headers

X-Request-Id
string

A unique identifier for tracing the request across services.

Query Parameters

limit
integer
default:20

The maximum number of items to include in the response.

Required range: 1 <= x <= 200
cursor
string

The cursor value for retrieving the next page of results.

type
enum<string>

Filter by context type

Available options:
1:1,
1:N,
N:M
status
enum<string>

Filter by context status

Available options:
DRAFT,
ACTIVE,
PAUSED,
ARCHIVED

Response

List of contexts with cursor pagination

Cursor-paginated list of reconciliation contexts

items
object[]

List of reconciliation contexts

nextCursor
string
Example:

"eyJpZCI6IjEyMyJ9"

limit
integer
Required range: 1 <= x <= 200
Example:

20

prevCursor
string
Example:

"eyJpZCI6IjEyMiJ9"

hasMore
boolean
Example:

true