v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Export Jobs

List export jobs by context

Use this endpoint to list all export jobs for a specific reconciliation context. Supports cursor-based pagination.

get/v1/contexts/{contextId}/export-jobs

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.

Headers

X-Request-Idstring

A unique identifier for tracing the request across services.

Response

List of export jobs for the context

hasMoreboolean
limitinteger
nextCursorstring

Example response

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