---
title: "Get platform performance report (total volume and total_amount) for the date range and transaction state. Queries transaction_summary table for stats"
method: GET
path: "/v1/report/performance-report"
tags: ["Reports"]
---

# Get platform performance report (total volume and total_amount) for the date range and transaction state. Queries transaction_summary table for stats

`GET /v1/report/performance-report`

## Query parameters

- `from_date` string
- `to_date` string
- `state` 'UNDEFINED' | 'STARTED' | 'CAPTURABLE' | 'FAILED_REJECTED' | 'FAILED_EXPIRED' | 'FAILED_CANCELLED' | 'CANCELLED' | 'CREATED' | 'SUBMITTED' | 'SUCCESS' | 'ERROR' | 'ERROR_GATEWAY' | 'NEEDS_RESPONSE' | 'UNDER_REVIEW' | 'LOST' | 'WON'

## Response `200`

OK

- PerformanceReportEntity
  - `average_amount` number
  - `total_amount` number
  - `total_volume` integer

## Other responses

- `400` — For missing query params or invalid state).
- `500` — Internal Server Error for invalid query params (from_date/to_date) values

---

[API](https://skmtc.net/government-digital-service/apis/ledger-api.md) · [All operations](https://skmtc.net/government-digital-service/apis/ledger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/government-digital-service/ledger-api/revisions/10ffeffca918/schema)
