Juno
API reference

Download export

GET /v1/api/exports/{job_id}/download Requires export:read

Fetch the finished export file: a short-lived signed URL to the CSV (redaction preserved), or the CSV streamed inline where object storage is not configured. Responds 409 until the export is ready — poll Check export status first.

Parameters

job_id
string

Responses

200 Successful Response
any
422 Validation Error
ValidationError[]
cURL
curl 'https://api.heyjuno.co/v1/api/exports/3fa85f64-5717-4562-b3fc-2c963f66afa6/download' \
  -H 'Authorization: Bearer $JUNO_API_KEY'
Example response
null