Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get all dataset export jobs

GET/v1/private/datasets/export-jobsGet all dataset export jobs

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

Responses

200List of export jobsapplication/json
array of object
Show array items
created_atstring · date-time
created_bystring
dataset_idstring · uuid
dataset_namestring
error_messagestring
expires_atstring · date-time
file_pathstring
idstring · uuid
last_updated_atstring · date-time
last_updated_bystring
statusstring

one of "PENDING", "PROCESSING", "COMPLETED", "FAILED"

viewed_atstring · date-time
Example response
[
  {
    "created_at": "2026-06-09T00:00:00Z",
    "created_by": "string",
    "dataset_id": "00000000-0000-0000-0000-000000000000",
    "dataset_name": "string",
    "error_message": "string",
    "expires_at": "2026-06-09T00:00:00Z",
    "file_path": "string",
    "id": "00000000-0000-0000-0000-000000000000",
    "last_updated_at": "2026-06-09T00:00:00Z",
    "last_updated_by": "string",
    "status": "COMPLETED",
    "viewed_at": "2026-06-09T00:00:00Z"
  }
]
Documentation menu