Skip to main content
GET
/
api
/
v1
/
sandbox
/
{sandbox_id}
/
expose
List Exposed Ports Endpoint
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>"
    }
  ]
}

Rate Limit

60 requests per 60 seconds per IP and token per sandbox.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sandbox_id
string
required

Response

Successful Response

exposures
ExposedPortInfo · object[]
required