Skip to main content
GET
Get brain runtime status

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

Brain runtime status

provider
string
semantic_engine
enum<string>

The configured preference, not what is running. Defaults to postgres. Whether a semantic engine is actually in the read path is services.gbrain.configured.

Available options:
postgres,
gbrain
models
object
services
object
knowledge_bases
object
documents
object
projection
object
ready
boolean

True when the embedding service is up, the projection queue has no failures, and - only if a semantic engine is configured - that engine is healthy. The answerer and the reranker are excluded on purpose: both are optional and a query still answers without them.

timestamp
string<date-time>