cURL
curl --request GET \ --url https://api.vertracloud.app/v1/databases/{id}
{ "response": { "id": "639d9aa35d8b4e559bcd066db4ddcc8c", "cluster": 1, "type": 3, "name": "MyDatabase", "description": "I have a description :)", "owner_id": "993591427428790342", "owner_plan_id": 1, "status": "up", "ram": 256, "host": "639d9aa35d8b4e559bcd066db4ddcc8c.db.usa1.vertraweb.app", "port": 12748, "use_credits": false, "credits_used": 0, "offline_since": null, "last_snapshot": "2026-03-14T19:58:00Z", "created_at": "2026-03-14T19:58:00Z", "updated_at": "2026-03-14T19:58:00Z" } }
Retrieves details of a specific database by its ID.
dbId-workspace_id
Show Toggle object
up
UNAUTHORIZED
DATABASE_NOT_FOUND
{ "code": "UNAUTHORIZED" }