List this org's conversation export jobs (newest first)
Durable, newest-first history of this org's export jobs.
Backs the internal-UI "Exports" panel across reloads: job rows are never deleted (only stale pending/running jobs are force-failed by the reaper), so this is a permanent list — no localStorage rehydration needed. Mints per-file download tokens inline (mint_tokens=True) — the same actionable view get_export returns — so the panel renders working Download buttons without a per-row follow-up call. Expired/failed jobs come back as history rows with no tokens. Keyset-paginated on ix_conversation_export_jobs_org_created (organization_id, created_at).
Query parameters
Optional status filter.
Optional status filter.
Opaque cursor from a prior page.
Opaque cursor from a prior page.
Response
Successful Response
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○