---
title: "Download report file"
method: GET
path: "/files/{reportFileId}/data"
tags: ["files"]
---

# Download report file

`GET /files/{reportFileId}/data`

Use this endpoint to download a specific report file. The response contains report data in CSV format.
### Note
It is not recommended to attempt downloading large report files via Live Docs or Internet Browser. To get a large report file, use command line tools or native HTTP clients.

## Path parameters

- `reportFileId` string, required

## Response `200`

Successful response.

## Other responses

- `401` — Returned when a request was not authenticated.
- `403` — Returned when a caller is not authorized to perform the request.
- `404` — Returned when there is no report file with the given ID.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
