Skip to main content
GET
/
api
/
v1
/
hosted-evaluations
/
{evaluation_id}
/
logs
Get Hosted Evaluation Logs Route
curl --request GET \
  --url https://api.primeintellect.ai/api/v1/hosted-evaluations/{evaluation_id}/logs \
  --header 'Authorization: Bearer <token>'
{
  "logs": "<string>",
  "evaluation_id": "<string>",
  "sandbox_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

evaluation_id
string
required

Response

Successful Response

logs
string
required

Sandbox logs

evaluation_id
string
required

Evaluation ID

sandbox_id
string | null

Sandbox ID