Export a conversation as a signed IETF vCon
Exports one conversation as a signed IETF vCon (Virtualized Conversations) container — parties, dialog (oldest-first text turns + attachment recordings), conversation-metadata attachments, and an Orbit-HS256 signature — so the thread can be passed between AI systems, carriers, or compliance archives as a portable, tamper-evident artifact. When the tenant’s privacy.pii_redaction_in_transcripts flag is on, dialog bodies and party addresses are masked via the standard PII scan BEFORE signing, so the exported artifact never carries cleartext PII. Signature verifies with the tenant’s shared export secret. 404 when the conversation does not exist in this tenant.
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 Path Parameters
Response
Successful response.