---
title: "Export Evaluations Of A Given Agent"
method: POST
path: "/v1/orchestrate/agent/{agent_id}/evaluations/export"
tags: ["Agent Evaluation"]
---

# Export Evaluations Of A Given Agent

`POST /v1/orchestrate/agent/{agent_id}/evaluations/export`

Download evaluations for a given agent

## Path parameters

- `agent_id` string, uuid, required

## Request body

- ExportEvaluationRequest
  - `evaluation_ids` string[], required

## Response `200`

Returns a CSV file for a single evaluation or a ZIP file for multiple evaluations

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.dev/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
