---
title: "Retrieve the status of an Export."
method: GET
path: "/v4/exports/{exportId}/status"
tags: ["Exports"]
---

# Retrieve the status of an Export.

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

Check the status of an **Export** by ID.

## Path parameters

- `exportId` string, uuid, required

## Response `200`

OK

- ExportStatus
  - `status` 'PROCESSING' | 'INVALID' | 'EXPIRED' | 'COMPLETED' | 'NO_DATA', required — Current status of the export request: * `PROCESSING` - Export request has been received by Climate and is being processed. * `INVALID` - Export request has failed validity check. * `EXPIRED` - Export contents have expired, and are no longer available for retrieval. * `COMPLETED` - The export request has been successfully processed, and its contents are available for retrieval. * `NO_DATA` - The export request completed successfully but generated no data.
  - `error` string — Message indicating reason for validation failure.
  - `size` integer — Size of the export's contents in bytes.
  - `checksum` string — Base64 encoded MD5 hash of the export's contents.
  - `xNextToken` string — Token which may be used when executing an identical export in the future, but which only wants export data which was not previously exported. Assume a given field export request matches 12 fields today. And tomorrow it matches 15 fields. By passing the xNextToken in the definition section of tomorrow's field export request, only the 3 additional fields would be exported. Note, all other parameters passed in the definition section must be identical to the original request.

## Other responses

- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `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/versions/f6831695600e/schema)
