Menu

Expand
Rate this page:

Call Event Resource

CallEvent properties

Resource Properties in REST API format
request

Contains a dictionary representing the request of the call.

response

Contains a dictionary representing the call response, including a list of the call events.

request

The request property represents the request that Twilio made to your application. It contains the url, method, and parameters.

The parameters property keys are presented in snake_case format, lower cased and words separated by underscores.

For example, the results from your AddOns will be found under the key add_ons.

response

The response property represents what your application sent back to Twilio. It contains date_created, request_duration, response_code, content_type, and response_body.

You can use this information to ensure you are producing the intended Voice TwiML.

Read multiple CallEvent resources

get
https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Events.json
Parameters
Parameters in REST API format
account_sid
Path
get sid<AC> Not PII

The unique SID identifier of the Account.

call_sid
Path
get sid<CA> Not PII

The unique SID identifier of the Call.

Example 1
Loading Code Sample...
        
        

        Read Event

        Rate this page:

        Need some help?

        We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.

        Loading Code Sample...
              
              
              

              Thank you for your feedback!

              Please select the reason(s) for your feedback. The additional information you provide helps us improve our documentation:

              Sending your feedback...
              🎉 Thank you for your feedback!
              Something went wrong. Please try again.

              Thanks for your feedback!

              thanks-feedback-gif