Calls
Run post-call extraction (Test Analysis / replay)
Re-runs post-call extraction against an existing session’s stored transcript using the agent’s CURRENT extraction_config. Useful after editing the config to backfill old sessions, or to test a config against real conversation data.
dry_run: true— runs extraction, returns values, does NOT persist or re-fire the partner webhookdry_run: false(default) — persists to the session’sextractionfield; partner webhook is not re-fired.
Returns 400 when the agent has no extraction_config defined. Subject to the same partner rate-limit as POST /calls/start.
POST
Run post-call extraction (Test Analysis / replay)
Documentation Index
Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Path Parameters
Call ID.
Body
application/json
When true, return the extraction result without persisting it.
Run post-call extraction (Test Analysis / replay)