---
title: "Download the generated CSV for a completed report job."
method: GET
path: "/reports/jobs/{jobId}/download"
tags: ["reports"]
---

# Download the generated CSV for a completed report job.

`GET /reports/jobs/{jobId}/download`

Streams the generated CSV from the database for the specified job. The job must be in the `completed` state.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

The generated CSV report.

## Other responses

- `401` — Authentication required or token invalid.
- `403` — Authenticated but not permitted to perform this action.
- `404` — The requested resource was not found.
- `409` — Conflict with the current state of the resource.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api.md) · [All operations](https://skmtc.net/hm-courts-and-tribunals-service/apis/applications-register-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hm-courts-and-tribunals-service/applications-register-api/revisions/bea8e18804d7/schema)
