The ID of the application. You can find this in the URL of your application’s dashboard.
Response
Indicates whether the call was successful.. success
if successful, error
if not.
The status code of the response.
The contents of the response.
The CPU usage of the application.
The RAM usage of the application.
The status of the application.
Indicates whether the application is currently running.
The storage used by the application.
The total network usage of the application.
The current network usage of the application.
The uptime of the application in milliseconds.
{
"status": "success",
"response": {
"cpu": "0.01%",
"ram": "31.79",
"status": "running",
"running": true,
"storage": "2.72MB",
"network": {
"total": "602 KB ↑ 134 KB ↓",
"now": "14 KB ↑ 3.3 KB ↓"
},
"uptime": 1662927833666
}
}