Stop Call
Authorizations
Your API key sent as a Bearer credential — Authorization: Bearer <api_key>, where <api_key> starts with oi_sk_ (create one via POST /v1/api-keys). Although the field is labelled 'token', paste your API key here. A dashboard JWT is also accepted on this header for the same endpoints.
Path Parameters
Response
Successful Response
Per-call latency/observability (JSONB), null until the call completes a turn. Per-component aggregates stt/llm_ttft/tts_ttfb/eou_delay = {avg_ms, p50_ms, min_ms, max_ms, samples, provider} (provider stamped per segment so the log stays accurate if the agent is reconfigured). events = turn-tagged stream [{turn, type, ms}] where type is one of stt|llm_ttft|tts_ttfb|eou_delay|kb|tool: — chains the whole response cycle per turn. connect = {setup_ms, dispatch_to_answer_ms, answer_to_active_ms, active_to_greeting_ms}.
Caller-supplied metadata plus the platform key concurrency_at_dispatch (count of the org's calls in flight at dispatch, for load-test correlation).