List Opportunity Calls
Retrieve all phone call records associated with an opportunity
Note: The /requests path is an alias for /opportunities and will continue to work until users are individually notified and migrated.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
opportunityId
Opportunity identifier
Response
List of call records
id
Call identifier
fromNumber
Phone number that initiated the call
toNumber
Phone number that received the call
isInbound
Whether the call was inbound (true) or outbound (false)
createdAt
Creation timestamp
updatedAt
Last update timestamp
outcome
Call outcome
Allowed values:
startTime
When the call started
endTime
When the call ended
reason
Reason for the call
disposition
Call disposition
note
Notes about the call
recordingUrl
URL to the call recording
transcriptUrl
URL to the call transcript
missedCount
Number of times the call was missed
