---
title: "Get the latest report"
method: GET
path: "/v4/reports/latest"
tags: ["Reports"]
---

# Get the latest report

`GET /v4/reports/latest`

Returns the most recent completed report run matching the specified report name and optional parameter filters.

## Query parameters

- `having_any_tags` string
- `having_all_tags` string
- `exclude_having_any_tags` string
- `exclude_having_all_tags` 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)
