cURL
curl --request GET \ --url https://api.devic.ai/v1/agents/agents/{agentId}/evaluation-config \ --header 'Authorization: Bearer <token>'
{ "evaluatorModel": "<string>", "enabled": true, "threshold": 0.5 }
Retrieves the evaluation configuration associated with the specified agent.
Use JWT token for authentication
UUID of the agent whose evaluation config should be retrieved
Evaluation configuration retrieved successfully
Identifier for the model used to evaluate the agent
Whether automatic evaluation is enabled for this agent
Threshold score for flagging evaluations
0 <= x <= 1