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