Export inbox tickets (CSV or JSON)
Bulk-export the filtered ticket queue for compliance archives, BI analysis, or migration off-platform. Accepts the same filter query params as GET /inbox/tickets (status, priority, source, type, agent_user_id with __unassigned__ sentinel, contact_id, disposition, opened_after / opened_before) minus pagination. format=csv (default) returns one flat row per ticket; format=json returns a structured array, and with include_comments=true each ticket inlines its full comment thread. Tenant-scoped; capped at 10,000 tickets (1,000 when comments are inlined) — truncated flags an overflow so the caller can narrow the filter.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
Successful response.