curl --request GET \
--url https://{api_endpoint}/api/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
curl --request GET \
--url https://{api_endpoint}/api/v1/orchestrate/agent/{agent_id}/evaluations/status \
--header 'Authorization: Bearer <token>'{
"is_running": true,
"evaluation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.