Skip to content

The Cron service provides health monitoring and self-describing API documentation endpoints. Use these endpoints to verify the service is running, inspect its runtime state, and retrieve its OpenAPI specification in JSON or YAML format.

Returns the current health status and runtime metadata of the Cron service, including its process ID, IP address, memory usage, and uptime information.

This endpoint takes no parameters.

Terminal window
curl https://api.hoody.com/cron/health

Returns the full OpenAPI specification for the Cron service as a JSON document. Use this to generate client libraries, validate requests, or explore the API schema programmatically.

This endpoint takes no parameters.

Terminal window
curl https://api.hoody.com/cron/openapi.json

Returns the full OpenAPI specification for the Cron service as a YAML document. Useful for tooling that prefers YAML input or for direct import into API gateways.

This endpoint takes no parameters.

Terminal window
curl https://api.hoody.com/cron/openapi.yaml