POST
/
api
/
environments
/
{environment_id}
/
evaluations
/
{evaluation_id}
Get Evaluation Detail
curl --request POST \
  --url https://api.primeintellect.ai/api/environments/{environment_id}/evaluations/{evaluation_id} \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "body_user": {}
}'
{}

Headers

authorization
string
required

Path Parameters

evaluation_id
string
required

Body

application/json
body_user
object | null

Response

Successful Response

The response is of type object.