Skip to main content
GET
Get Database Status
string
required
The API key for your account. You can find this in your account settings.
Returns live runtime stats for a single database: CPU, RAM, network usage, storage and uptime. Pass rawData=true to get raw numeric values instead of the formatted strings ("0.54%", "111.32MB") shown in the example below, useful when you want to do your own formatting or math client-side. To fetch this for every owned database at once, use All Databases Status. For historical trends instead of a live reading, see Get Database Metrics.

Parameters

string
required
The ID of the database.
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