APIHub
Back to Explore

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.

Telecom
basic
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

146ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
DELETE

/v1/Exports/Jobs/{JobSid}

  • JobSid (path, required) — The unique string that that we created to identify the Bulk Export job
GET

/v1/Exports/Jobs/{JobSid}

  • JobSid (path, required) — The unique string that that we created to identify the Bulk Export job
GET

/v1/Exports/{ResourceType}

Fetch a specific Export.

  • ResourceType (path, required) — The type of communication – Messages, Calls, Conferences, and Participants
GET

/v1/Exports/{ResourceType}/Configuration

Fetch a specific Export Configuration.

  • ResourceType (path, required) — The type of communication – Messages, Calls, Conferences, and Participants
POST

/v1/Exports/{ResourceType}/Configuration

Update a specific Export Configuration.

  • ResourceType (path, required) — The type of communication – Messages, Calls, Conferences, and Participants
GET

/v1/Exports/{ResourceType}/Days

Retrieve a list of all Days for a resource.

  • ResourceType (path, required) — The type of communication – Messages, Calls, Conferences, and Participants
  • PageSize (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 Participants
  • Day (path, required) — The ISO 8601 format date of the resources in the file, for a UTC day
GET

/v1/Exports/{ResourceType}/Jobs

  • ResourceType (path, required) — The type of communication – Messages, Calls, Conferences, and Participants
  • PageSize (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