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).
Authorizations
Query Parameters
Optional status filter.
pending, running, succeeded, partial, failed, expired 1 <= x <= 200Opaque cursor from a prior page.