Skip to main content
GET
/
{slug}
/
evaluations
Get evaluations
curl --request GET \
  --url https://api.dimred.com/api/v2/{slug}/evaluations \
  --header 'X-API-Key: <api-key>'
{
  "evaluations": [
    {
      "eval_id": "<string>",
      "project_id": "<string>",
      "dataset_id": "<string>",
      "eval_name": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "org_id": "<string>",
      "prompt_id": "<string>",
      "model_name": "<string>",
      "provider": "<string>",
      "dataset_name": "<string>"
    }
  ],
  "total_count": 123
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

slug
string
required

Organization slug

Query Parameters

project_id
string

Project ID to filter by

Response

200 - application/json

Successful response

evaluations
object[]
required
total_count
integer
required

Total number of evaluations

I