cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/sandbox/{sandbox_id}/error-context \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "errorType": "<string>", "errorMessage": "<string>" }
Get error context for a sandbox (optimized for SDK error handling flows)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response for error context lookups