---
title: "Get reconciliation summary report"
method: GET
path: "/v1/reports/contexts/{contextId}/summary"
tags: ["Reporting"]
---

# Get reconciliation summary report

`GET /v1/reports/contexts/{contextId}/summary`

Use this endpoint to retrieve an aggregated reconciliation summary for a specific context and date range, including matched and unmatched counts and amounts.

## Path parameters

- `contextId` string, uuid, required

## Query parameters

- `date_from` string, date, required
- `date_to` string, date, required
- `source_id` string

## Headers

- `X-Request-Id` string

## Response `200`

Aggregated reconciliation summary

- SummaryReportResponse — Aggregated reconciliation summary report
  - `matchedCount` integer — Total number of matched transactions
  - `unmatchedCount` integer — Total number of unmatched transactions
  - `totalAmount` string — Total amount across all transactions
  - `matchedAmount` string — Total amount of matched transactions
  - `unmatchedAmount` string — Total amount of unmatched transactions

## Other responses

- `400` — The request contains invalid parameters or payload.
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — The requested resource was not found.
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
