Calls
Get Call
Retrieve details of a specific call by its ID.
get/v1/call/{id}
Path parameters
idstring required
The unique identifier of the call
Response
Call details retrieved successfully
Example response
{
"dynamic_variables": {
"name": "John"
}
}