cURL
curl --request GET \ --url https://api.vertracloud.app/v1/databases/{id}/status
{ "status": "success", "response": { "cpu": 12.3, "ram": 256, "storage": 512, "status": "running", "running": true, "network": { "total": "320.15KB ↓ 20.10KB ↑", "now": "5.00KB ↑ 1.00KB ↓" }, "uptime": 7200, "created_at": "2025-08-09T15:51:47.234Z", "updated_at": "2025-08-11T15:06:41.449Z" } } </ResponseExample> ```json Error Response (404) { "status": "error", "code": "DATABASE_NOT_FOUND" }
Retrieves the current status and resource usage of a database by its ID.
dbId-orgId
success
error
Show Toggle object
running