Skip to main content
GET
/
api
/
health
GET /api/health
curl --request GET \
  --url https://app.sluice.sh/api/api/health

Documentation Index

Fetch the complete documentation index at: https://docs.sluice.sh/llms.txt

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

Returns the current health status of the Sluice API. This endpoint does not require authentication and can be used for uptime monitoring.

Authentication

None required.

Response

{
  "status": "ok",
  "timestamp": "2026-02-27T10:30:00.000Z"
}
FieldTypeDescription
statusstringAlways ok when the API is healthy.
timestampstringISO 8601 — current server time.