FruxonDocs
EvaluationMetrics

Get the evaluation metrics an agent has opted into.

Returns the resolved per-agent metric set with weights applied, split into the LLM-judge bucket and the system-metric bucket. Each bucket's weights sum to 100 when non-empty. To modify, send the full replacement set to `PUT AgentEvaluationMetrics` — there is no partial-patch endpoint.

GET
/v1/tenants/{tenant}/agents/{agent}/evaluationMetrics
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

Agent ID.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/evaluationMetrics"
[
  {
    "metricId": "00000000-0000-0000-0000-000000000000",
    "key": "string",
    "name": "string",
    "description": "string",
    "weight": 0,
    "isDeprecated": false
  }
]
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}