Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@hjball
Copy link
Contributor

@hjball hjball commented Dec 17, 2025

  • Health endpoint which checks db and s3 bucket connection (public)
{
  "status": "ok",
  "database": "ok",
  "storage": "ok"
}
  • Stats endpoint returns basic application stats (protected behind x-admin-api-key)
{
  "users": 9,
  "workspaces": 31,
  "boards": 25,
  "lists": 52,
  "cards": 74,
  "cardComments": 8,
  "cardAttachments": 8,
  "cardActivityLogs": 28,
  "labels": 45,
  "checklists": 14,
  "checklistItems": 31,
  "activeMembers": 28,
  "activeInviteLinks": 1,
  "imports": 9
}

Closes: #287

@hjball hjball merged commit cca8a9d into main Dec 18, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Healthcheck & statistics API endpoint

2 participants