Get brain runtime status
Operator view of the brain runtime: providers, model config, service health, KB and document counts.
Authorizations
Workspace API key. Create one via the dashboard or POST /v1/auth/keys.
Headers
Act inside this project. The header form of the /v1/projects/{project_id}/... prefix, for clients that cannot rewrite their base path. Lower precedence than the path, higher than the key's pinned project; omitted resolves to the organization's default project.
Path Parameters
Tenant user UUID, or default / me for the account's default agentProfile.
Response
Runtime status.
The configured preference, not what is running. Defaults to postgres. Whether a semantic engine is actually in the read path is services.gbrain.configured.
postgres, gbrain 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.