---
title: "Get export status"
method: GET
path: "/exports/{export_id}"
tags: ["Exports"]
---

# Get export status

`GET /exports/{export_id}`

Check the status of an export or download the result.

## Path parameters

- `export_id` string, required

## Response `200`

Export status.

- object
  - `object` string
  - `id` string
  - `url` string

## Other responses

- `400` — Invalid export_id
- `401` — Unauthorized
- `403` — Feature not available
- `404` — Export not found
- `429` — Rate limited
- `500` — Internal error
- `502` — Storage error
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/versions/e3f72cf8951c/schema)
