Skip to main content
GET
/
v1
/
evaluations
/
exports
/
{id}
/
download
Download evaluation export
curl --request GET \
  --url https://api.craftcx.com/v1/evaluations/exports/{id}/download
import requests

url = "https://api.craftcx.com/v1/evaluations/exports/{id}/download"

response = requests.get(url)

print(response.text)
const options = {method: 'GET'};

fetch('https://api.craftcx.com/v1/evaluations/exports/{id}/download', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));
{
  "download_url": "<string>"
}
{
"status": 401,
"title": "<string>",
"type": "about:blank",
"detail": "<string>"
}
{
"status": 404,
"title": "<string>",
"type": "about:blank",
"detail": "<string>"
}
{
"status": 409,
"title": "<string>",
"type": "about:blank",
"detail": "<string>"
}
{
"status": 500,
"title": "<string>",
"type": "about:blank",
"detail": "<string>"
}

Path Parameters

id
string
required

The export ID

Response

JSON response with download URL (when Accept: application/json is sent)

download_url
string<uri>
required

Signed URL to download the export