Fetch a specific Export

GET /v1/Exports/{ResourceType}

TODO: Resource-level docs

Fetch a specific Export.

Path parameters

  • ResourceType string Required

    The type of communication – Messages, Calls, Conferences, and Participants

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • resource_type string | null

      The type of communication – Messages, Calls, Conferences, and Participants

    • url string(uri) | null

      The URL of this resource.

GET /v1/Exports/{ResourceType}
curl \
 -X GET https://bulkexports.twilio.com/v1/Exports/{ResourceType} \
 --user "username:password"
Response examples (200)
{
  "links": {},
  "resource_type": "string",
  "url": "https://example.com"
}