cURL
curl --request GET \ --url http://{api_endpoint}/api/v1/v1/orchestrate/agent/{agent_id}/evaluations/status \ --header 'Authorization: Bearer <token>'
{ "is_running": true, "evaluation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Get evaluation status for a given agent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Whether any evaluation is currently running
ID of the running evaluation if any