Skip to main content
GET
/
v5
/
agent-evaluations
List Agent Evaluations
curl --request GET \
  --url https://api.egp.scale.com/v5/agent-evaluations \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "run_id": "<string>",
      "name": "<string>",
      "progress": {
        "workflows": [
          {
            "name": "<string>",
            "status": "pending"
          }
        ],
        "total_items": 0,
        "completed_items": 0
      },
      "tasks": [
        {
          "alias": "<string>",
          "type": "<string>",
          "config": {},
          "depends_on": [
            "<string>"
          ]
        }
      ],
      "account_id": "<string>",
      "tenant_id": "<string>",
      "data_plane_dataset_id": "<string>",
      "projection_policy_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "metadata": {},
      "tags": [
        "<string>"
      ],
      "data_plane_version": "<string>",
      "projection_freshness_seconds": 123,
      "error_count": 0
    }
  ],
  "next_cursor": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Response

Successful Response

data
AgentEvaluation · object[]
required
next_cursor
string