Skip to main content
GET
/
health
Check API health
curl --request GET \
  --url https://api.fortressproductivity.com/health
{
  "status": "ok",
  "database": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fortressproductivity.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Healthy

status
enum<string>
required
Available options:
ok,
degraded
database
enum<string>
required
Available options:
ok,
unreachable