Get Current Running Evaluation For A Given Agent
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"
}

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

Response

Successful Response

is_running
boolean
required

Whether any evaluation is currently running

evaluation_id
string<uuid> | null

ID of the running evaluation if any