---
title: "Get Dataset Export"
method: GET
path: "/exports/{export_id}"
tags: ["data"]
---

# Get Dataset Export

`GET /exports/{export_id}`

Return the state of one export owned by the authenticated user.

## Path parameters

- `export_id` string, uuid, required

## Response `200`

Successful Response

- DatasetExportStatus
  - `id` string, required
  - `dataset` string, required
  - `format` 'csv' | 'parquet', required
  - `status` 'queued' | 'running' | 'ready' | 'failed' | 'expired', required
  - `row_count` integer, nullable
  - `size_bytes` integer, nullable
  - `created_at` string, date-time, required
  - `completed_at` string, date-time, nullable
  - `expires_at` string, date-time, nullable
  - `status_url` string, required
  - `download_url` string, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/soriaanalytics/apis/soria-data-api.md) · [All operations](https://skmtc.dev/soriaanalytics/apis/soria-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/soriaanalytics/soria-data-api/revisions/e97615ca569b/schema)
