List Request Calls

Retrieve all phone call records associated with a request

Authentication

x-api-keystring
API Key authentication via header

Path parameters

requestIdstringRequired
Request identifier

Response

List of call records
idinteger
Call identifier
fromNumberstring
Phone number that initiated the call
toNumberstring
Phone number that received the call
isInboundboolean

Whether the call was inbound (true) or outbound (false)

createdAtstringformat: "date-time"
Creation timestamp
updatedAtstringformat: "date-time"
Last update timestamp
outcomeenum or null
Call outcome
Allowed values:
startTimestring or nullformat: "date-time"
When the call started
endTimestring or nullformat: "date-time"
When the call ended
reasonenum or null
Reason for the call
dispositionenum or null
Call disposition
notestring or null
Notes about the call
recordingUrlstring or null
URL to the call recording
transcriptUrlstring or null
URL to the call transcript
missedCountinteger or null
Number of times the call was missed

Errors