Twilio - Bulkexports
The Bulkexports API lets you create, list, retrieve, and delete bulk export jobs for Twilio communication resources such as Messages, Calls, Conferences, and Participants, and provides endpoints to access exported data, its configuration, and available export dates.
Admin: update documentationDELETE
/v1/Exports/Jobs/{JobSid}
JobSid ( path , required ) — The unique string that that we created to identify the Bulk Export jobGET
/v1/Exports/Jobs/{JobSid}
JobSid ( path , required ) — The unique string that that we created to identify the Bulk Export jobGET
/v1/Exports/{ResourceType}
Fetch a specific Export.
ResourceType ( path , required ) — The type of communication – Messages, Calls, Conferences, and ParticipantsGET
/v1/Exports/{ResourceType}/Configuration
Fetch a specific Export Configuration.
ResourceType ( path , required ) — The type of communication – Messages, Calls, Conferences, and ParticipantsPOST
/v1/Exports/{ResourceType}/Configuration
Update a specific Export Configuration.
ResourceType ( path , required ) — The type of communication – Messages, Calls, Conferences, and ParticipantsGET
/v1/Exports/{ResourceType}/Days
Retrieve a list of all Days for a resource.
ResourceType ( path , required ) — The type of communication – Messages, Calls, Conferences, and ParticipantsPageSize ( query , limit ) — How many resources to return in each list page. The default is 50, and the maximum is 1000.Page ( query , page ) — The page index. This value is simply for client state.PageToken ( query ) — The page token. This is provided by the API.GET
/v1/Exports/{ResourceType}/Days/{Day}
Fetch a specific Day.
ResourceType ( path , required ) — The type of communication – Messages, Calls, Conferences, and ParticipantsDay ( path , required ) — The ISO 8601 format date of the resources in the file, for a UTC dayGET
/v1/Exports/{ResourceType}/Jobs
ResourceType ( path , required ) — The type of communication – Messages, Calls, Conferences, and ParticipantsPageSize ( query , limit ) — How many resources to return in each list page. The default is 50, and the maximum is 1000.Page ( query , page ) — The page index. This value is simply for client state.PageToken ( query ) — The page token. This is provided by the API.POST
/v1/Exports/{ResourceType}/Jobs
ResourceType ( path , required ) — The type of communication – Messages or Calls, Conferences, and Participants
9 endpoints auto-detected
Authentication
This API uses Basic authentication (a username and password).
curl -X DELETE \
"https://bulkexports.twilio.com/v1/Exports/Jobs/{JobSid}" bulkexports.twilio.com · HTTPS only