Servers
Get server proxy
Get proxy settings for a server owned by the authenticated team. The raw proxy configuration is only returned when the token has read:sensitive (or root) and the user is a team admin/owner, and only when already stored in the database (no remote fetch).
get/servers/{uuid}/proxy
Path parameters
uuidstring required
Server UUID
Response
Server proxy settings.
Example response
{
"proxy_type": "TRAEFIK",
"status": "running",
"redirect_enabled": true,
"redirect_url": "https://example.com"
}