Error Logs
com.twilio.error-logs.error.logged
(information)
Info
Some Twilio Serverless and Studio Info
and Warning
events are logged under the com.twilio.error-logs.error.logged
event type for informational purposes. For instance, any console.log
that gets called inside a Twilio Serverless Function with "LogLevel":"INFO"
appears under the com.twilio.error-logs.error.logged
event type.
Error Logs Logged events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.
Examples
1{2"specversion" : "1.0",3"type" : "com.twilio.error-logs.error.logged",4"source" : "AB00000000000000000000000001",5"id" : "NO00000000000000000000000001",6"dataschema" : "https://events-schemas.twilio.com/ErrorLogs.Error/2",7"datacontenttype" : "2025-10-08T07:17:02.363Z",8"data" : {9"sid" : "NO0000000000000000000000000000001",10"account_sid" : "AC0000000000000000000000000000001",11"date_created" : "2025-01-01T00:00:00.000Z",12"level" : "INFO",13"master_account_sid" : "AC0000000000000000000000000000001",14"request_sid" : "RQ0000000000000000000000000000001",15"service_sid" : "ZH0000000000000000000000000000001",16"correlation_sid" : "ZE0000000000000000000000000000001",17"product_name" : "Event Streams",18"error_code" : "93101",19"payload" : "{\"error_code\":93101,\"message\":\"Error delivering event to webhook: 500 Internal Server Error\"}"20}21}
Versions
v2 (latest)
v1