DB Lifecycle

Get the last 24h of database metrics

Returns up to 288 points (24h sampled every 5 minutes) of CPU, RAM and network usage for the database. Cached for 2.5 minutes per (user, database).

Rate limited to 10 requests per 5s per user, with a 60s block on the cap.

get/v2/databases/{databaseId}/metrics

Path parameters

databaseIdstring required

Database identifier.

Response

Array of metric points. Empty when the database has no recent data.

status'success' required

Changes