Get ExoBrain status
Brain
Get ExoBrain status
Report which ExoBrain artifact is loaded for the caller’s org, how big it is (model parameters, graph nodes and edges) and which backend is serving it, plus a training block describing the most.
GET
Get ExoBrain status
Report which ExoBrain artifact is loaded for the caller’s org, how big it is (model parameters, graph nodes and edges) and which backend is serving it, plus a
training block describing the most recent or in-flight train.
Degrades to a training status of none rather than failing when the org has never been trained.
Authorization
This route requires theread scope.
A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.
Headers
These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.Success responses
Errors
Every error is an RFC 9457
application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.Authorizations
An Exo API key (exo_...) sent as the X-Exo-API-Key header.
Response
The loaded brain artifact plus the org's training status.