RoutesMcp serversServerslugRunning status
/mcp-servers/{serverSlug}/running-status
AuthorizationBearer <token>
In: header
Path Parameters
serverSlugstring
Length
1 <= lengthResponse 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"
}
]
}