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.
Authorization
personalAccessToken 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 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"
}
}List evaluation results
Returns the per-dataset-item results of an evaluation — one row per dataset item, each with its workflow runs and metric scores. Paginated.
List an app's online evaluations
Lists the online evaluations configured on an app, most recently created first. Each online evaluation attaches a metric to the app and scores a sampled share of its live traces.