Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this page
Looking for more inspiration?Visit the

Bulk


Job Status Changed

job-status-changed page anchor

com.twilio.lookup.bulk.job-status-changed

Bulk Job Status Changed 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.lookup.bulk.job-status-changed",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Lookup.BulkEvent/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"twilio_error_code" : 60608,
10
"job_sid" : "JW0000000000000000000000000000001",
11
"friendly_name" : "Premium-accounts January 2025",
12
"description" : "Customer Bulk Lookup January 2025- Premium accounts phone numbers",
13
"created_at" : "2025-01-01T00:00:00.000Z",
14
"completed_at" : "2025-01-01T00:01:00.000Z",
15
"status" : "CREATED",
16
"thresholds" : {
17
"error" : 10
18
},
19
"result" : {
20
"total_count" : 100,
21
"processed_count" : 100,
22
"success_count" : 100,
23
"error_count" : 0,
24
"file_url" : "https://lookup-bulk-service-bucket.s3.amazonaws.com/responses/AC0000000000000000000000000000001/JW0000000000000000000000000000001.csv.gz",
25
"details" : "The job did not process all records due to insufficient funds. 25 records were skipped."
26
}
27
}
28
}

Versions