Health
Health check
Check whether your Collabase instance is running.
GET
Last modified on June 19, 2026
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl "https://your-collabase-domain/api/health"
{
"status": "ok",
"version": "1.4.2",
"timestamp": "2026-04-02T21:00:00.000Z"
}
Check whether your Collabase instance is running.
curl "https://your-collabase-domain/api/health"
{
"status": "ok",
"version": "1.4.2",
"timestamp": "2026-04-02T21:00:00.000Z"
}
ok when the service is running.curl "https://your-collabase-domain/api/health"
{
"status": "ok",
"version": "1.4.2",
"timestamp": "2026-04-02T21:00:00.000Z"
}
