---
title: "Get a report by ID"
method: GET
path: "/analytics/reports/{reportId}"
tags: ["Reports"]
---

# Get a report by ID

`GET /analytics/reports/{reportId}`

Get a report by ID.

## Path parameters

- `reportId` string, uuid, required

## Response `200`

Success.

- object
  - `id` string, uuid, required — The unique identifier of the report.
  - `code` string, required — The unique code identifying the report.
  - `name` string, required — Human-readable name of the report.
  - `description` string, required — Description of the report.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.

---

[API](https://skmtc.net/payrails/apis/payrails-api-reference.md) · [All operations](https://skmtc.net/payrails/apis/payrails-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payrails/payrails-api-reference/revisions/9dd2f0158582/schema)
