List published preview ports
Returns the sandbox’s preview routing mode and its published ports.
For a strict public sandbox, only the ports listed here are reachable
at https://{port}-{sandbox_id}.<sandbox-domain>; every other numeric
port returns 404. An older legacy_public sandbox may still route all
listening ports until it is updated to public.
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