v6

latestOpenAPI 3.1.02026-08-03265555.4 KB
Live Calls

Get Live Call

Return a flat snapshot of a call by one of:

  • call_log_id
  • user_phone_number
  • key + value (any variable previously mapped on the flow)

Tries live_calls first (source=live_calls), then falls back to v_call_logs (source=call_logs). Response is a single-level dict with dotted keys for any nested values.

get/api/v1/live-calls

Query parameters

keystring nullable

The key of the variable to search for

The key of the variable to search for

valuestring nullable

The value of the variable to search for

The value of the variable to search for

call_log_idinteger nullable

The ID of the call log to search for

The ID of the call log to search for

user_phone_numberstring nullable

The phone number of the user to search for

The phone number of the user to search for

Response

Successful Response

object required