Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

RateLimit



Result

result page anchor

com.twilio.apiusage.taskrouter.ratelimits

RateLimit Result events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.apiusage.taskrouter.ratelimits",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Twilio.RateLimitResults/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"account_sid" : "AC0000000000000000000000000000001",
10
"namespace" : "WS0000000000000000000000000000001",
11
"resource_key" : "TaskQueueStatistics-List",
12
"product" : "taskrouter",
13
"is_default" : true,
14
"rate_limited" : false,
15
"current_rate" : 1.4,
16
"rate_limit" : 50,
17
"request_sid" : "RQ0000000000000000000000000000001",
18
"timestamp" : "2025-01-01T00:00:00.000Z"
19
}
20
}

Versions