cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/sandbox/{sandbox_id}/logs \ --header 'Authorization: Bearer <token>'
{ "logs": "<string>" }
Get sandbox logs
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response