---
title: "Download the latest report"
method: GET
path: "/v4/reports/latest/download{format}"
tags: ["Reports"]
---

# Download the latest report

`GET /v4/reports/latest/download{format}`

Downloads the output of the most recent completed report run matching the specified report name and optional filters. Append a format extension to select the download format.

## Path parameters

- `format` string, nullable, required

## 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'
- `offset` string
- `limit` string
- `filename` string

## Headers

- `Content-Type` string

## Response `200`

Successful response

## 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)
