System

Status

version
string^\d+\.\d+\.\d+$

Which version is running

object
{
  • "version": "13.5.0",
  • "analytics": {
    • "online": true,
    • "elapsed_seconds": 0
    }
}

Get system status

Shows the general status of the system

SecurityAPIKey
Responses
200

OK

get/status
Request samples
Response samples
application/json
{
  • "version": "13.5.0",
  • "analytics": {
    • "online": true,
    • "elapsed_seconds": 0
    }
}