Skip to content

GET /status

Returns the current status of your ProxyBox device including uptime, version, memory, and active extensions.

Endpoint:

GET /api/v1/status
{
"status": "success",
"statusCode": 200,
"result": {
"module": "/status",
"message": "Successfully obtained device status.",
"content": {
"uptime": 109975.16,
"version": "3.2.1",
"load": 0,
"totalMemory": 1936011264,
"freeMemory": 1559552000,
"ipAddress": "192.168.86.31",
"buildVersion": "3.2.1",
"builtAt": "2025-01-15",
"hostname": "pbx-JRDN",
"domain": "pbxz.io",
"extensions": []
}
}
}
FieldTypeDescription
uptimenumberDevice uptime in seconds.
versionstringSoftware version.
loadnumberCurrent CPU load average.
totalMemorynumberTotal RAM in bytes.
freeMemorynumberAvailable RAM in bytes.
ipAddressstringDevice’s local IP address.
buildVersionstringBuild version identifier.
builtAtstringBuild date (YYYY-MM-DD).
hostnamestringDevice hostname (e.g. pbx-JRDN).
domainstringDomain suffix.
extensionsarrayStatus objects for each active extension (Reverse Proxy, External App, IFS Print Agent, Netbird).