v1
protected
mcp-server-instances

Get Containers Health

Health of this workspace's MCP workloads.

The manager also has a route that answers for every workload it runs, which is the wrong thing to hand a caller: its rows carry service names and container ids belonging to other workspaces. The instance list comes from the workspace-scoped service instead, and only those ids are asked about, so the answer cannot name a workload the caller is not entitled to see.

A workload the manager reports as unhealthy, has never heard of, or cannot be reached about is a fact about that instance, not a failure of the request: each is reported per instance and the endpoint still answers 200.

get/v1/mcp-server-instances/health/containers

Response

Successful Response

healthyinteger required
totalinteger required

Changes

Changed in 1 of the 24 revisions of this API.13

  • ad32d7e4805a13See the full diff
    • the response's body type changed from no type to object for status

      response-body-type-changed

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added

    • added the required property to the response with the status

      response-required-property-added