Skip to content
Hoody.com

The Hoody Notes service provides collaborative notebooks, documents, and real-time editing capabilities. This page documents the HTTP endpoints exposed by the service for health monitoring and runtime introspection.

Health Check

Retrieve service identity, build/start timestamps, and runtime resource counters.

GET /api/v1/notes/health

Returns a standardized health payload with service identity, build/start timestamps, resource counters (memory, fds), process id, peer address, and the caller user-agent. Use this endpoint to verify service availability and inspect runtime metadata.

This endpoint takes no parameters.

Terminal window
curl https://abc123-def456-notes-1.us-east-1.containers.hoody.icu/api/v1/notes/health

The memory object reports the resident set size (rss) and heap usage in bytes. The fds field exposes the open file descriptor count when available. built and userAgent may be null if the corresponding metadata was not captured at runtime.