---
title: "Get all dashboard aggregates"
method: GET
path: "/v1/reports/contexts/{contextId}/dashboard"
tags: ["Reporting"]
---

# Get all dashboard aggregates

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

Use this endpoint to retrieve combined dashboard aggregates including volume, match rate, and SLA statistics.

## Path parameters

- `contextId` string, required

## Query parameters

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

## Headers

- `X-Request-Id` string

## Response `200`

Indicates that the request was successful and the response contains the expected data.

- DashboardAggregatesResponse
  - `matchRate` MatchRateStatsResponse
    - `matchRate` number
    - `matchRateAmount` number
    - `matchedCount` integer
    - `totalCount` integer
    - `unmatchedCount` integer
  - `sla` SLAStatsResponse
    - `averageResolutionMs` integer
    - `pendingOverdue` integer
    - `pendingWithinSLA` integer
    - `resolvedLate` integer
    - `resolvedOnTime` integer
    - `slaComplianceRate` number
    - `totalExceptions` integer
  - `updatedAt` string
  - `volume` VolumeStatsResponse
    - `matchedAmount` string
    - `matchedTransactions` integer
    - `periodEnd` string
    - `periodStart` string
    - `totalAmount` string
    - `totalTransactions` integer
    - `unmatchedAmount` string
    - `unmatchedCount` integer

## 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)
