List published preview ports
Returns the sandbox’s preview routing mode and its published ports.
For a strict public or private sandbox, only the ports listed here
are published at https://{port}-{sandbox_id}.<sandbox-domain>; every
other numeric port returns 404. Each row reports its independent access
mode. Private ports require a port-scoped token. Clients may send it in
a request header named X-Superserve-Preview-Token, or use the signed-link
query bootstrap described by PreviewTokenResponse; unknown ports
remain closed. An older legacy_public sandbox may still route every
listening port until it is updated to a strict mode.
Authorizations
Path Parameters
The unique identifier of the sandbox.
Public sandbox ID: a bare UUID, or the region-tagged form sb-<region>-<uuid> (e.g. sb-use-1b4e28ba-…). Treat as an opaque string; the tagged form routes the request to the sandbox's home region. Endpoints accept both forms interchangeably.
^(sb-[a-z0-9]+-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Response
Preview routing mode and published-port set