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

# Health Check



## OpenAPI

````yaml api-reference/openapi.json get /readiness-probe
openapi: 3.1.0
info:
  title: Tartarus API
  description: Tartarus API for managing the underworld configurations
  version: 1.0.0
servers:
  - url: http://localhost:8000
    description: Local development server
security: []
paths:
  /readiness-probe:
    get:
      summary: Health Check
      operationId: health_check_readiness_probe_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````