conversation-exports
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).
get/v1/conversations/exports
Query parameters
status'pending' | 'running' | 'succeeded' | 'partial' | 'failed' | 'expired' nullable
Optional status filter.
Optional status filter.
limitinteger
cursorstring nullable
Opaque cursor from a prior page.
Opaque cursor from a prior page.
Response
Successful Response