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

# Health Check

> Check if the engine is running

Returns the engine status and version.

<ResponseExample>
  ```json 200 theme={"dark"}
  {
    "status": "ok",
    "version": "0.1.0"
  }
  ```
</ResponseExample>
