# Health check
Source: https://docs.mserve.ai/docs/api-reference/platform/get-health

Method: GET /health
Base URL: https://api.mserve.ai

```json
{
  "path": "/health",
  "method": "GET",
  "summary": "Health check",
  "operationId": "health_health_get",
  "responses": {
    "200": {
      "description": "Successful Response",
      "content": {
        "application/json": {
          "schema": {
            "additionalProperties": true,
            "type": "object",
            "title": "Response Health Health Get"
          }
        }
      }
    }
  },
  "tags": [
    "Platform"
  ]
}
```