Read Export
Returns the status of a single export job. For a SUCCEEDED job owned by the caller, files carries freshly-presigned download URLs; non-owners get the row with downloadable=false.


Authorizations
Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
Response
Export job status
Status and result of an export job
Export job id
"4c9fcb44-126a-45f8-99a0-f1d245083d78"
Job status. EXPIRED is derived when the artifacts have been removed by the lifecycle rule; exports are point-in-time snapshots and are never regenerated.
PENDING, RUNNING, SUCCEEDED, FAILED, CANCELLED, EXPIRED "SUCCEEDED"
Output format
"JSONL"
Output compression
"NONE"
Number of exported rows
993
Total output size in bytes
3706920
Execution time in milliseconds
1055
Downloadable artifacts (only for the owner of a SUCCEEDED job)
Expiry of the presigned URLs (ISO-8601); re-call GET for fresh links
"2026-06-10T13:24:20Z"
Whether the calling user may download this export (owner-only access)
true
Error message when the job failed
Submission time (ISO-8601)
"2026-06-10T12:24:08Z"
Source query id (query exports)
"709922802836177297"
Source catalog id (table exports)
Source schema name (table exports)
Source table name (table exports)
Quoted, fully-qualified source name for display
"peaka.query.\"charges_view\""
Initiator user id
Initiator user name
"user@example.com"
Public prefix of the initiator's API key
"hBWIQxjc"
Client source (X-Trino-Source, falling back to User-Agent)
"peaka-studio"