v2
latestOpenAPI 3.0.02026-07-26365590.3 KBCalls
Get a call
Returns a single call by ID. Returns 404 if the call is in a workspace outside the API key scope.
get/v1/calls/{id}
Path parameters
idstring required
Response
The call
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"callType": "CALL_SESSION",
"phoneNumberId": "123e4567-e89b-12d3-a456-426614174002",
"userProviderSid": "CA123456789",
"providerConferenceId": "CF123456789",
"status": "completed",
"type": "outbound",
"createdAt": "2024-03-20T08:55:00.000Z",
"updatedAt": "2024-03-20T09:16:00.000Z",
"sequenceRunId": "123e4567-e89b-12d3-a456-426614174003",
"sequenceId": "123e4567-e89b-12d3-a456-426614174010",
"deletedAt": "2024-03-20T09:15:00.000Z",
"organizationId": "123e4567-e89b-12d3-a456-426614174004",
"organizationMembershipId": "123e4567-e89b-12d3-a456-426614174005",
"managedPhoneNumberId": "123e4567-e89b-12d3-a456-426614174006",
"notes": "Call notes here",
"contact": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"firstName": "John",
"lastName": "Doe"
},
"phoneNumber": {
"value": "+33612345678"
},
"caller": {
"firstName": "Alice",
"lastName": "Martin"
},
"callerPhoneNumber": {
"value": "+33612345678"
}
}