v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061971481.8 MB
Api20100401Notification

Fetch a notification belonging to the account used to make the request

Fetch a notification belonging to the account used to make the request

get/2010-04-01/Accounts/{AccountSid}/Notifications/{Sid}.json

Path parameters

AccountSidstring required

The SID of the Account that created the Notification resource to fetch.

Sidstring required

The Twilio-provided string that uniquely identifies the Notification resource to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the Notification resource.

api_versionstring nullable

The API version used to generate the notification. Can be empty for events that don't have a specific API version, such as incoming phone calls.

call_sidstring nullable

The SID of the Call the Notification resource is associated with.

date_createdstring date-time-rfc-2822 nullable

The date and time in GMT that the resource was created specified in RFC 2822 format.

date_updatedstring date-time-rfc-2822 nullable

The date and time in GMT that the resource was last updated specified in RFC 2822 format.

error_codestring nullable

A unique error code for the error condition that is described in our Error Dictionary.

logstring nullable

An integer log level that corresponds to the type of notification: 0 is ERROR, 1 is WARNING.

message_datestring date-time-rfc-2822 nullable

The date the notification was actually generated in RFC 2822 format. Message buffering can cause this value to differ from date_created.

message_textstring nullable

The text of the notification.

more_infostring uri nullable

The URL for more information about the error condition. This value is a page in our Error Dictionary.

request_method'GET' | 'POST' http-method nullable

The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers.

request_urlstring uri nullable

The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called.

request_variablesstring nullable

The HTTP GET or POST variables we sent to your server. However, if the notification was generated by our REST API, this contains the HTTP POST or PUT variables you sent to our API.

response_bodystring nullable

The HTTP body returned by your server.

response_headersstring nullable

The HTTP headers returned by your server.

sidstring nullable

The unique string that that we created to identify the Notification resource.

uristring nullable

The URI of the resource, relative to https://api.twilio.com.