Search transactions
Use this endpoint to search transactions within a reconciliation context. Supports free-text search, amount range filters, date filters, and status filters with offset-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.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Headers
A unique identifier for tracing the request across services.
Path Parameters
The unique identifier of the reconciliation context.
Query Parameters
Free-text search query
Minimum transaction amount
Maximum transaction amount
Start date filter (RFC 3339 format)
End date filter (RFC 3339 format)
Transaction reference (exact match)
Currency code filter
Source ID filter
Transaction status filter
UNMATCHED, MATCHED, IGNORED, PENDING_REVIEW The maximum number of items to include in the response.
1 <= x <= 50The number of items to skip before returning results.
x >= 0
