Use this endpoint to retrieve a paginated list of matched transactions for a specific context and date range. The response uses cursor-based pagination.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication (format: "Bearer {token}")
A unique identifier for tracing the request across services.
The unique identifier of the reconciliation context.
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Source ID filter
The cursor value for retrieving the next page of results.
The maximum number of items to include in the response.
1 <= x <= 200Sort order by date
asc, desc Paginated list of matched transactions
Cursor-paginated list of matched transactions
List of matched transaction items
Cursor-based pagination metadata for report endpoints. Both fields are
opaque base64-encoded JSON cursor tokens; treat them as strings and pass
them back unchanged in the cursor query parameter to navigate. An empty
string means there is no further page in that direction.