Events
An Event resource represents an operational or error event generated by Twilio.
View-Specific Information
An Event resource represents an operational or error event generated by Twilio.
Select
Twilio allows only a small subset of columns to be used in the WHERE clause of a SELECT query. The provider uses the Twilio api to process WHERE clause conditions built with the following columns and operator:
- EventType, ResourceSid, SourceIpAddress, and Sid supports the = operator.
- EventDate supports the =, >, <, >=, <= operators.
SELECT * FROM Events;
SELECT * FROM Events where Sid = 'AE4fbfad32d9c0ba07007f25f03a22ca9f';
Columns
| Name | Type | References | Description |
| Sid [KEY] | String | The unique string that Twilio created to identify this Event resource. | |
| AccountSid | String | The Account SID associated with the event. | |
| ActorSid | String | The SID of the actor that triggered the event. | |
| ActorType | String | The type of actor that triggered the event. | |
| EventType | String | The type of event that occurred. | |
| Description | String | A human-readable description of the event. | |
| ResourceSid | String | The SID of the resource related to this event. | |
| ResourceType | String | The type of resource related to this event. | |
| Source | String | The source that generated the event. | |
| SourceIpAddress | String | The IP address from which the event originated. | |
| EventDate | Datetime | The date and time when the event occurred. | |
| Links | String | Related resource links for the event. | |
| Url | String | The absolute URL of the resource that was affected. | |
| EventData | String | The absolute URL of the resource that was affected. |