Fetch a specific Day

GET /v1/Exports/{ResourceType}/Days/{Day}

TODO: Resource-level docs

Fetch a specific Day.

Path parameters

  • ResourceType string Required

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

  • Day string Required

    The ISO 8601 format date of the resources in the file, for a UTC day

Responses

  • 307

    Temporary Redirect

    Hide response attribute Show response attribute object
GET /v1/Exports/{ResourceType}/Days/{Day}
curl \
 -X GET https://bulkexports.twilio.com/v1/Exports/{ResourceType}/Days/{Day} \
 --user "username:password"
Response examples (307)
{
  "redirect_to": "https://example.com"
}