Evaluator Results
GET
/api/v1/evaluator-results/metric-clusters/scopes

Authorization

AuthorizationBearer <token>

JWT access token. Use: Authorization: Bearer .

In: header

Header Parameters

Authorization?string|null
X-API-Key?string|null
X-EFFICIENTAI-API-KEY?string|null
X-Workspace-Id?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/evaluator-results/metric-clusters/scopes"
{  "items": [    {      "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",      "scope_key": "string",      "generation_scope": {        "agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",        "agent_name": "string",        "scenario_ids": [          "string"        ],        "scenario_names": [          "string"        ],        "since": "2019-08-24T14:15:22Z",        "until": "2019-08-24T14:15:22Z",        "eligible_call_count": 0,        "selected_call_count": 0      },      "status": "idle",      "generated_at": "2019-08-24T14:15:22Z",      "is_stale": false,      "has_results": false    }  ]}

Community & contact

  1. Found a bug or have a feature request? Open a GitHub issue.
  2. Join our Discord for faster replies!