---
title: "Get all dataset export jobs"
method: GET
path: "/v1/private/datasets/export-jobs"
tags: ["Datasets"]
---

# Get all dataset export jobs

`GET /v1/private/datasets/export-jobs`

Retrieves all export jobs for the workspace. This is used to restore the export panel state after page refresh.

## Response `200`

List of export jobs

- DatasetExportJobPublic[]
  - `id` string, uuid
  - `dataset_id` string, uuid
  - `dataset_name` string
  - `status` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED'
  - `file_path` string
  - `error_message` string
  - `created_at` string, date-time
  - `last_updated_at` string, date-time
  - `expires_at` string, date-time
  - `viewed_at` string, date-time
  - `created_by` string
  - `last_updated_by` string

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
