---
title: "Get dataset export job status"
method: GET
path: "/v1/private/datasets/export-jobs/{jobId}"
tags: ["Datasets"]
---

# Get dataset export job status

`GET /v1/private/datasets/export-jobs/{jobId}`

Retrieves the current status of a dataset export job

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Export job details

- 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

## Other responses

- `404` — Export job not found

---

[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)
