Dynamiq
Evaluations

Download evaluation results

Streams the full evaluation results as a downloadable JSON file (Content-Disposition: attachment; filename="evaluation-<evaluation_id>-results.json"). The body is a JSON object with the evaluation and a results array of the same per-item result objects returned by the results endpoint.

GET
/v1/evaluations/{evaluation_id}/results/download

Authorization

personalAccessToken
AuthorizationBearer <token>

Personal Access Token of a Dynamiq user — the only credential accepted by the management API (api.*). Prefix dyn_pat_ (legacy uak_ tokens still authenticate). Send as Authorization: Bearer <token>.

In: header

Path Parameters

evaluation_id*string

Evaluation UUID.

Response Body

application/octet-stream

application/json

application/json

curl -X GET "https://example.com/v1/evaluations/497f6eca-6276-4993-bfeb-53cbbbba6f08/results/download"
"string"
{
  "error": {
    "code": "unauthorized",
    "message": "Unauthorized"
  }
}
{
  "error": {
    "code": "not_found",
    "message": "Not Found"
  }
}