Skip to main content
GET
/
{slug}
/
evaluations
/
{eval_id}
Get evaluation by ID
curl --request GET \
  --url https://api.dimred.com/api/v2/{slug}/evaluations/{eval_id} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

slug
string
required

Organization slug

eval_id
string
required

Evaluation ID

Response

200 - application/json

Evaluation retrieved successfully

The response is of type object.

I