cURL
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>" }
Get real-time logs from the sandbox running a hosted evaluation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Sandbox logs
Evaluation ID
Sandbox ID
Was this page helpful?
Contact support