---
title: "List reports"
method: GET
path: "/v4/reports"
tags: ["Reports"]
---

# List reports

`GET /v4/reports`

Returns all report runs visible to the authenticated client, optionally filtered by the provided query parameters.

## Query parameters

- `report_type_name` string
- `display_name` string
- `status` string[]
- `user_ids` string[]
- `having_any_tags` string
- `having_all_tags` string
- `exclude_having_any_tags` string
- `exclude_having_all_tags` string
- `search_query` string
- `creation_interval` string
- `offset` string
- `limit` string
- `order_by` 'DATE_COMPLETED' | 'DATE_RUN' | 'NAME' | 'STATUS' | 'USER'
- `order` 'ASCENDING' | 'DESCENDING'

## Response `200`

Successful response

- ReportResponse[]
  - `completed_date` string, nullable, required
  - `display_name` string, required
  - `download_uri` string, nullable, required
  - `formats` string[], required
  - `name` string, required
  - `report_id` string, required
  - `report_type` string, required
  - `tags` string[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
