Skip to main content
GET
/
evaluations
List evaluations
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/evaluations \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": [
    {
      "id": 70,
      "application_id": 42,
      "intent_id": 7,
      "status": "COMPLETED",
      "score": 0.89,
      "date_created": 1706000000
    }
  ]
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Response

200 - application/json

List evaluations.

data
object[]