List databases
Databases
List databases
Get the databases visible to the authenticated API key.
GET
List databases
Returns the databases visible to the authenticated API key, ordered by creation date (newest first).
- Full-account keys return all owned databases.
- Selected-database keys return only the databases assigned to that key.
sizeBytesreflects the latest known PostgreSQL database size. When the agent is reachable, DBHost refreshes this from live agent data before responding and also persists the refreshed value for later reads.statuscan becreating,active,stopped,deleting, orerror.
Example
Response
200 OK
data is empty if the key has no visible databases.