Documentation Index
Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
Full call details
The metadata object you attached at POST /calls. Empty object {} if no metadata was provided at call creation.
Who terminated the call. First-write-wins (a specific value like 'system' from voicemail detection is not overwritten by a later generic 'caller').
caller, agent, system, unknown User-friendly reason the call ended (e.g. 'Completed', 'Voicemail detected'). First-write-wins.
When the call was transferred (set only if status='transferred').
E.164 number or SIP URI the call was transferred to.
Permanent signed URL for the call recording. Opens directly in a browser or audio player — redirects (302) to the audio file. No additional authentication required.
Full Disposition object. Present only when a disposition has been assigned.
Full Lead object including long_term_context and tags. Present only when a matched lead exists.
AI-generated call summary. Present only when available.
Full call transcript, ordered by time. Present only when available.
Structured fields extracted post-call by the agent's extraction_parameters. Present only when extraction ran and produced at least one value.
Paired request/response objects for each tool invocation during the call. Easier to consume than raw events. Auth-related headers (Authorization, tokens, keys) are redacted as [REDACTED].
Full ordered event stream for the call. Low-level — for flow agents prefer flow_trace (below). Auth headers in tool_called events are redacted.
Present only on flow-agent calls (agent.type='flow'). For prompt agents this field is omitted.
Structured view of the call's path through the flow graph, built from the underlying flow_* events.
For flow agents tool_calls[] is always empty — flow tool nodes use a separate dispatch path that
emits flow_tool_result events (surfaced inline on each flow_trace.steps[].tool_call).