Skip to main content
GET
/
org
/
{org_id}
/
calls
/
{call_id}
Get call details
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/calls/{call_id}
{
  "agent_name": "<string>",
  "cost_usd": "<string>",
  "detected_intents": [
    "<string>"
  ],
  "direction": "<string>",
  "duration_seconds": 123,
  "ended_at": "<string>",
  "evaluations": [
    {
      "created_at": "<string>",
      "extracted_value": "<string>",
      "id": "<string>",
      "outcome_definition_id": "<string>",
      "outcome_key": "<string>",
      "reasoning": "<string>",
      "result_boolean": true
    }
  ],
  "from_number": "<string>",
  "id": "<string>",
  "initial_agent_id": "<string>",
  "organization_id": "<string>",
  "participating_agent_ids": [
    "<string>"
  ],
  "prospect_email": "<string>",
  "prospect_first_name": "<string>",
  "prospect_id": "<string>",
  "prospect_last_name": "<string>",
  "prospect_phone": "<string>",
  "recording_url": "<string>",
  "scheduled_at": "<string>",
  "selected_outbound_number_id": "<string>",
  "sip_trunk_id": "<string>",
  "started_at": "<string>",
  "status": "<string>",
  "stt_duration_seconds": 123,
  "telephony_code": 123,
  "to_number": "<string>",
  "tokens_input": 123,
  "tokens_output": 123,
  "tool_logs": [
    {
      "arguments": [
        123
      ],
      "created_at": "<string>",
      "error_message": "<string>",
      "id": "<string>",
      "result": [
        123
      ],
      "status": "<string>",
      "tool_name": "<string>"
    }
  ],
  "transcript_text": "<string>",
  "tts_characters": 123,
  "workflow_node_id": "<string>",
  "workflow_run_id": "<string>",
  "workflow_version_id": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

call_id
string
required

Call ID

Response

OK

agent_name
string
cost_usd
string
detected_intents
string[]
direction
string
duration_seconds
integer
ended_at
string
evaluations
object[]

Related data

from_number
string
id
string
initial_agent_id
string
organization_id
string
participating_agent_ids
string[]
prospect_email
string
prospect_first_name
string
prospect_id
string
prospect_last_name
string
prospect_phone
string
recording_url
string
scheduled_at
string
selected_outbound_number_id
string
sip_trunk_id
string
started_at
string
status
string
stt_duration_seconds
integer
telephony_code
integer
to_number
string
tokens_input
integer
tokens_output
integer
tool_logs
object[]
transcript_text
string

Transcript summary (null if call has no transcript yet)

tts_characters
integer
workflow_node_id
string
workflow_run_id
string
workflow_version_id
string