List variance report
Use this endpoint to retrieve a paginated variance analysis report 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.
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
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 Response
Paginated variance analysis report
Cursor-paginated variance analysis report
List of variance report rows
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.

