DB Lifecycle

Get runtime stats for a database

Returns live runtime stats (CPU, RAM, network, uptime) for a single database. Append ?rawData=true to skip post-processing.

get/v2/databases/{databaseId}/status

Path parameters

databaseIdstring required

Database identifier.

Query parameters

rawData'true' | 'false'

Return the raw stats payload without post-processing (numbers instead of formatted strings).

Response

Runtime stats for the database.

status'success' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.