Fetch a specific Export
TODO: Resource-level docs
Fetch a specific Export.
Path parameters
-
The type of communication – Messages, Calls, Conferences, and Participants
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"
}
Response examples (200)
{
"links": {},
"resource_type": "string",
"url": "https://example.com"
}