---
title: "Search & list reports"
method: GET
path: "/analytics/reports"
tags: ["Reports"]
---

# Search & list reports

`GET /analytics/reports`

Fetch a list of reports.

## Query parameters

- `page[after]` string — Cursor for paging results.
- `page[before]` string — Cursor for paging results.
- `page[size]` integer

## Response `200`

Success.

- object
  - `links` object, required
    - `self` string, required
    - `prev` string
    - `next` string
    - `first` string
    - `last` string
  - `results` object[], required
    - `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)
