Skip to main content
GET
/
v2
/
{entity}
/
{project}
/
evaluations
Evaluation List
curl --request GET \
  --url https://api.example.com/v2/{entity}/{project}/evaluations
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

entity
string
required
project
string
required

Response

Successful Response