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

# Health Check



## OpenAPI

````yaml https://api.apilens.ai/api/v1/openapi.json get /api/v1/health
openapi: 3.1.0
info:
  title: APILens API
  version: 1.0.0
  description: API Observability Platform
servers: []
security: []
paths:
  /api/v1/health:
    get:
      tags:
        - System
      summary: Health Check
      operationId: api_router_health_check
      parameters: []
      responses:
        '200':
          description: OK

````