Get Call Detail Log

Retrieves an individual call log by id.

Response Values:

  • accountSid: Account id
  • yearMonthDay: Compressed year month day in the format YYYYMMDD.
  • callSid: Unique transaction id of this call.
  • apiVersion: The version of the api that was used for this call.
  • cost: How much this particular call cost.
  • createdTime: When this row was created (generally the same as startTime)
  • direction: inbound or outbound call.
  • duration: Length of the call in seconds.
  • durationBilled: Number of seconds billed for the call. This may not be the same as duration.
  • endTime: Time that the call ended.
  • startTime: Time that the call was initiated.
  • to Number receiving the call. For outbound this will be the customer number, for inbound it will be the owned number.
  • from: Number initiating the call. For outbound this will be an owned number, for inbound it will be the customer number.
  • status: Status of the call. Possible values: completed
  • type: Type of the call. Possible values: call
  • rvmCallerId:
  • voiceMailStatus:
  • date: Time that the call was initiated in seconds from the epoch.
Language
URL
Click Try It! to start a request and see the response here!