GET/desk/api/v2/exports/download/{id}.zip
Download the completed export. (redirects to S3)
Request Examples
Example Request
GET
/desk/api/v2/exports/download/{id}.zipcurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
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.
404 Not Found
Error
{
"Code": "string",
"Detail": "string",
"DocURL": "string",
"ID": "string",
"Source": "string",
"Title": "string"
}