List Exports
Returns the project’s export jobs, newest first. Files are omitted from the list (call the single-export endpoint for download URLs); each item still carries downloadable.


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
Path Parameters
ID of the Project
Query Parameters
Comma-separated status filter: PENDING,RUNNING,SUCCEEDED,FAILED,CANCELLED. Examples: SUCCEEDED,RUNNING (active or done), FAILED,CANCELLED (unsuccessful), SUCCEEDED (single status). Omit to return every status.
Page size, clamped to [1, 200]
Keyset cursor (ISO-8601): the previous page's last createdAt. Example: 2026-06-10T15:23:26.893985Z. Omit for the first page.
Response
List of export jobs
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"