cURL
curl --request GET \ --url https://api.primeintellect.ai/api/v1/sandbox/expose/all \ --header 'Authorization: Bearer <token>'
{ "exposures": [ { "exposure_id": "<string>", "sandbox_id": "<string>", "port": 123, "name": "<string>", "url": "<string>", "tls_socket": "<string>", "created_at": "<string>", "protocol": "<string>", "external_port": 123 } ] }
List all exposed ports across all sandboxes for the current user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes