Gatana Documentation
RoutesMcp serversServerslugRunning status

/mcp-servers/{serverSlug}/running-status

GET
/mcp-servers/{serverSlug}/running-status
AuthorizationBearer <token>

In: header

Path Parameters

serverSlugstring
Length1 <= length

Response Body

application/json

curl -X GET "https://YOUR_ORG_ID.gatana.ai/api/v1/mcp-servers/string/running-status"
{
  "isDeployed": true,
  "isAvailable": true,
  "isStabilizing": true,
  "pods": [
    {
      "name": "string",
      "ready": true,
      "phase": "string",
      "reason": "string",
      "createdAt": "string"
    }
  ]
}