Status
GET/status
Status
Returns all information about the app and its current status.
The /status
endpoint gives information about currently active models, and the config the app
is running with. A 200 response indicates that the server is running. To check if the server is
ready to receive requests, see the /healthz
endpoint.
Responses​
- 200
- 503
Server is running, backend configuration is returned in body
- application/json
- Schema
- Example (from schema)
Schema
dead_readers
object
required
property name*
MaskedReaderInfo
consumer_groupsstring[]required
devicestringrequired
lorasstringnullable
model_namestringrequired
model_typestringrequired
live_readers
object
required
property name*
MaskedReaderInfo
consumer_groupsstring[]required
devicestringrequired
lorasstringnullable
model_namestringrequired
model_typestringrequired
portsobject[]required
{
"dead_readers": {},
"live_readers": {},
"ports": [
0
]
}
Server is not available