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

# Download a report

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

Downloads the output of a completed report run. Append a format extension (`.csv`, `.json`, `.jsonl`, `.xlsx`, `.psv`) to select the download format, or omit it to use the report's default format.

## Path parameters

- `reportId` string, required
- `format` string, nullable, required

## Query parameters

- `limit` string, nullable
- `offset` string, nullable
- `filename` string, nullable

## Headers

- `Content-Type` string, nullable

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