> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pezzo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Performs a health check



## OpenAPI

````yaml get /healthz
openapi: 3.0.0
info:
  title: Pezzo API
  description: Specification of the Pezzo REST API, used by various clients.
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /healthz:
    get:
      tags:
        - Health
      summary: Performs a health check
      operationId: HealthController_healthz
      parameters: []
      responses:
        '200':
          description: Returns the health status and current version

````