---
title: "Download a file asset"
method: GET
path: "/v6/files/{fileId}/download"
tags: ["Files"]
---

# Download a file asset

`GET /v6/files/{fileId}/download`

Downloads the raw content of a file asset. The response body contains the file content in its original format (CSV, PSV, or JSON). Use the `limit` and `offset` parameters to paginate large files. Returns a 404 if the file asset has expired.

## Path parameters

- `fileId` string, required

## Query parameters

- `limit` string
- `offset` string

## Response `200`

File content stream. The `Content-Type` reflects the file format.

## Other responses

- `400` — Bad Request
- `401` — Missing or invalid access token.
- `402` — Payment Required
- `403` — Forbidden
- `404` — File asset not found, does not belong to this client, or has expired.
- `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)
