Skip to main content
GET
Get Application Status
string
required
The API key for your account. You can find this in your account settings.
Returns the application’s current CPU, RAM, storage, network, and uptime figures, formatted as human-readable strings by default (e.g. "31.79" MB, "602 KB ↑ 134 KB ↓"). Pass rawData=true to get the same fields as raw numbers instead, which is easier to work with if you are charting the values yourself. If you also have a Real-time Logs connection open for the same application, prefer the status events on that stream: while a realtime connection is active, this endpoint’s numbers can lag behind by up to about a minute. To check every application at once instead of one at a time, see All Applications Status.

Parameters

string
required
The ID of the application. You can find this in the URL of your application’s dashboard.
boolean
If you want raw data. True, returns the values in bytes.

Response

string
Indicates whether the call was successful.. success if successful, error if not.
object
The contents of the response.

Common errors