v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Matching

List match runs

Use this endpoint to retrieve all match runs for a specific reconciliation context. The results are sorted by creation time descending.

get/v1/matching/contexts/{contextId}/runs

Path parameters

contextIdstring required

The unique identifier of the reconciliation context.

Query parameters

limitinteger

The maximum number of items to include in the response.

cursorstring

The cursor value for retrieving the next page of results.

sort_order'asc' | 'desc'

The order used to sort the results.

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

Indicates that the request was successful and the response contains the expected data.

hasMoreboolean
limitinteger
nextCursorstring
prevCursorstring

Example response

{
  "hasMore": true,
  "limit": 20,
  "nextCursor": "eyJpZCI6IjEyMyJ9",
  "prevCursor": "eyJpZCI6IjEyMiJ9"
}