Skip to main content

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​

Server is running, backend configuration is returned in body

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