Path parameters
-
The unique string that that we created to identify the Bulk Export job
GET /v1/Exports/Jobs/{JobSid}
curl \
-X GET https://bulkexports.twilio.com/v1/Exports/Jobs/{JobSid} \
--user "username:password"
Response examples (200)
{
"email": "string",
"end_day": "string",
"estimated_completion_time": "string",
"friendly_name": "string",
"job_queue_position": "string",
"job_sid": "string",
"resource_type": "string",
"start_day": "string",
"url": "https://example.com",
"webhook_method": "string",
"webhook_url": "string"
}
Response examples (200)
{
"email": "string",
"end_day": "string",
"estimated_completion_time": "string",
"friendly_name": "string",
"job_queue_position": "string",
"job_sid": "string",
"resource_type": "string",
"start_day": "string",
"url": "https://example.com",
"webhook_method": "string",
"webhook_url": "string"
}