{
"type": "object",
"properties": {
"call_id": {
"type": "string",
"description": "The call ID, prefixed call_"
},
"agent_version_title": {
"description": "Title of the agent version that handled the call, or null"
},
"agent_version_number": {
"description": "Number of the agent version that handled the call, or null"
},
"transcript": {
"description": "The call transcript (long ones are truncated), or null — present only when requested"
},
"summary": {
"description": "Post-call summary, or null if not analysed — present only when requested"
},
"notes": {
"description": "Notes stored on the call, or null — present only when requested"
},
"recording_url": {
"description": "Time-limited link to the call recording, or null — present only when requested with include_recording: true"
},
"recording_note": {
"description": "Present when recording_url was requested without include_recording: explains why it was withheld"
},
"warm_transfer": {
"description": "Warm-transfer details from the call output, or null — present only when requested"
},
"audio_cache": {
"description": "Audio-cache details from the call output, or null — present only when requested"
}
},
"required": [
"call_id"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}