Skip to main content
GET
/
api
/
v1
/
health
Health Check
curl --request GET \
  --url http://localhost:8000/api/v1/health
{
  "status": "ok",
  "version": "0.1.0"
}

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.

Returns the engine status and version.
{
  "status": "ok",
  "version": "0.1.0"
}