Fetch call notification
Error notifications for calls
Path parameters
-
The SID of the Account that created the Call Notification resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
. -
The Call SID of the Call Notification resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^CA[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the Call Notification resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^NO[0-9a-fA-F]{32}$
.
GET
/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json
curl \
--request GET 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json' \
--user "username:password"
Response examples (200)
{
"log": "1",
"sid": "NOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Calls/CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Notifications/NOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
"call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"more_info": "https://www.twilio.com/docs/errors/15003",
"error_code": "15003",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"api_version": "2008-08-01",
"request_url": "",
"date_created": "Tue, 18 Aug 2015 08:46:56 +0000",
"date_updated": "Tue, 18 Aug 2015 08:46:57 +0000",
"message_date": "Tue, 18 Aug 2015 08:46:56 +0000",
"message_text": "statusCallback=http%3A%2F%2Fexample.com%2Ffoo.xml&ErrorCode=15003&LogLevel=WARN&Msg=Got+HTTP+404+response+to+http%3A%2F%2Fexample.com%2Ffoo.xml",
"response_body": "",
"request_method": null,
"response_headers": "",
"request_variables": ""
}