Skip to main content
GET
/
v2
/
agent
/
{agentId}
/
runs
/
{runId}
/
evaluation
Get Run Evaluation
curl --request GET \
  --url https://api.duvo.ai/v2/agent/{agentId}/runs/{runId}/evaluation \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "<string>",
    "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source": "<string>",
    "output": {
      "data": {},
      "schemaId": "<string>",
      "schemaVersion": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agentId
string<uuid>
required

The agent's unique identifier (Agent ID)

runId
string<uuid>
required

The run's unique identifier (Run ID)

Response

Default Response

data
object
required