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

# Process liveness



## OpenAPI

````yaml /reference/openapi.yaml get /health/live
openapi: 3.1.0
info:
  title: Oynk Activity API
  version: 1.1.0
  description: >-
    Read-only aggregate onchain and privacy-safe offchain settlement activity,
    plus restricted synchronization operations.
servers:
  - url: /api
security: []
paths:
  /health/live:
    get:
      summary: Process liveness
      responses:
        '200':
          description: Process is accepting HTTP work
      servers:
        - url: /

````