For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

Service health and status endpoints

Get service status

get
/status

Returns the current service status including version and commit hash

Responses
200

Service status

application/json
versionstringOptional

Service version

currentTimeintegerOptional

Current timestamp in milliseconds

commitHashstringOptional

Git commit hash

get/status
200

Service status

Get detailed service information

get
/about

Returns comprehensive information about the Catalyst node including health status of all services (content, lambdas, comms), network configuration, and whether the node is accepting users

Responses
200

Service is healthy

application/json
healthybooleanOptional

Overall health status

acceptingUsersbooleanOptional

Whether the node is accepting new users

get/about

Last updated