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

Rate Limit

60 requests per 60 seconds per IP and token.

Authorizations

Authorization
string
header
required

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

Response

Successful Response

exposures
ExposedPortInfo · object[]
required