v20

OpenAPI 3.1.0raw.githubusercontent.com2026-08-035471202.8 KB
Hosts

Get a host

One host's full settings, including its resolved host config. A host that exists but belongs to a different project reads as 404 NOT_FOUND.

get/projects/{projectId}/hosts/{hostId}

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

hostIdstring required

Host ID, as returned by the project's host list.

Response

The host settings.

idstring required
namestring required
configobject required

Host config v2 DTO. Opaque object; shape mirrors the inspector's host editor.