GET
/healthHealth
A snapshot of your project's node — serving status and capacity.
This is a convenience endpoint for SDKs and monitoring — it isn't part of
the collections/records/search data model. Authentication works the same
way as every other endpoint: a valid vlk_ key is required.
Response fields
statusstringoptionalok, or a degraded state if a kernel resource pool is near capacity.
collectionsintegeroptionalNumber of collections in the project.
recordsobjectoptionalRecord slab capacity and current fill.
A 503 response uses the same shape — branch on status, not the HTTP
status code alone.