Fetch a notification belonging to the account used to make the request
[DEPRECATED] Log entries
Fetch a notification belonging to the account used to make the request
Path parameters
-
The SID of the Account that created the Notification resource to fetch.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the 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}/Notifications/{Sid}.json
curl \
--request GET 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json' \
--user "username:password"
Response examples (200)
{
"log": "0",
"sid": "NOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"uri": "/2010-04-01/Accounts/ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Notifications/NOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.json",
"call_sid": "CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"more_info": "http://www.twilio.com/docs/errors/11200",
"error_code": "11200",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"api_version": "2008-08-01",
"request_url": "https://voiceforms4000.appspot.com/twiml/9436/question/0",
"date_created": "Mon, 13 Sep 2010 20:02:01 +0000",
"date_updated": "Mon, 13 Sep 2010 20:02:01 +0000",
"message_date": "Mon, 13 Sep 2010 20:02:00 +0000",
"message_text": "EmailNotification=false&LogLevel=ERROR&sourceComponent=12000&Msg=&httpResponse=500&ErrorCode=11200&url=http%3A%2F%2Fvoiceforms4000.appspot.com%2Ftwiml",
"response_body": "Response body from your webhook URL as a string.",
"request_method": "GET",
"response_headers": "Date=Mon%2C+13+Sep+2010+20%3A02%3A00+GMT&Content-Length=466&Connection=close&Content-Type=text%2Fhtml%3B+charset%3DUTF-8&Server=Google+Frontend",
"request_variables": "AccountSid=ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&CallStatus=in-progress&ToZip=94937&ToCity=INVERNESS&ToState=CA&Called=%2B14156694923&To=%2B14156694923&ToCountry=US&CalledZip=94937&Direction=inbound&ApiVersion=2010-04-01&Caller=%2B17378742833&CalledCity=INVERNESS&CalledCountry=US&CallSid=CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&CalledState=CA&From=%2B17378742833"
}