v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBReporting
List unmatched transactions report
Use this endpoint to retrieve a paginated list of unmatched transactions for a specific context and date range. The response uses cursor-based pagination.
get/v1/reports/contexts/{contextId}/unmatched
Path parameters
contextIdstring uuid required
The unique identifier of the reconciliation context.
Query parameters
date_fromstring date required
Start date (YYYY-MM-DD)
date_tostring date required
End date (YYYY-MM-DD)
source_idstring
Source ID filter
cursorstring
The cursor value for retrieving the next page of results.
limitinteger
The maximum number of items to include in the response.
sort_order'asc' | 'desc'
Sort order by date
Headers
X-Request-Idstring
A unique identifier for tracing the request across services.
Response
Paginated list of unmatched transactions
Example response
{
"pagination": {
"next": "eyJpZCI6IjEyMyIsImRpcmVjdGlvbiI6Im5leHQifQ==",
"prev": "eyJpZCI6IjEyMiIsImRpcmVjdGlvbiI6InByZXYifQ=="
}
}