---
title: "Retrieve the binary contents of a processed export request."
method: GET
path: "/v4/exports/{exportId}/contents"
tags: ["Exports"]
---

# Retrieve the binary contents of a processed export request.

`GET /v4/exports/{exportId}/contents`

Downloads larger than `5MiB` (`5242880 bytes`) in size must be downloaded in chunks no larger than `5MiB` (`5242880 bytes`) and no smaller than `1MiB` (`1048576 bytes`). The last chunk could be less than `1MiB` (`1048576 bytes`).

## Path parameters

- `exportId` string, uuid, required

## Headers

- `Accept` string, required
- `Range` string, required

## Response `204`

No Content

## Other responses

- `206` — Partial Result
- `304` — Not Modified
- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict (Report generation is still in progress)
- `410` — Gone (Report is expired)
- `416` — Range Not Satisfiable
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Server Busy

---

[API](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis.md) · [All operations](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldview/climate-fieldview-platform-apis/revisions/f6831695600e/schema)
