Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Download dataset export file

GET/v1/private/datasets/export-jobs/{jobId}/downloadDownload dataset export file

Downloads the exported CSV file for a completed export job. This endpoint proxies the file download to avoid exposing internal storage URLs.

Parameters

jobIdstring · uuidpathrequired

Responses

200CSV file contenttext/csv
string · binary
Example response
"binary"
400Export job is not ready for download
404Export job not found
Documentation menu