GET/desk/api/v2/exports/download/{id}.zip

Download the completed export. (redirects to S3)

Path Params

  • Name
    id
    Type
    integer
    required
    Description

Responses

  • Code
    301
    Description
    301 Moved Permanently No Data
  • Code
    404
    Type
    object
    Schema
    Description
    404 Not Found
    Error represents an occurrence of an error in the API.

Examples

404 Not Found

Error
{
  "Code": "string",
  "Detail": "string",
  "DocURL": "string",
  "ID": "string",
  "Source": "string",
  "Title": "string"
}