Skip to main content
POST
/
v1
/
orchestrate
/
agent
/
{agent_id}
/
evaluations
/
export
Export Evaluations Of A Given Agent
curl --request POST \
  --url https://{api_endpoint}/api/v1/orchestrate/agent/{agent_id}/evaluations/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "evaluation_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Body

application/json
evaluation_ids
string<uuid>[]
required

Response

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