List
List the project’s databases across all environments — names and statuses, never credentials.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Query Parameters
Environment slug to filter by. Omitted, databases from every environment are listed. An environment that does not exist on the project answers 404.
^[a-z][a-z0-9-]{0,38}$Response
Databases, oldest first.
Customer-chosen database name — unique within the environment. 2-62 chars of lowercase letters, digits, and hyphens, starting with a letter.
^[a-z][a-z0-9-]{1,61}$Slug of the environment the database belongs to.
^[a-z][a-z0-9-]{0,38}$Database backend generation the row lives on. Set at provisioning.
Database SKU id (see the rate card via billing.get); null on legacy databases.
Requested SKU while a zero-downtime HA resize is running; otherwise null.
Actual allocated data-disk capacity; durable volumes grow but do not shrink.
Durable progress for an active rolling resize; null when no resize is running.
Database region id (see regions.list). Immutable after provisioning.
provisioning, resizing, ready, failed Topology: 0 creates a single-node database; 2 creates one primary plus two data replicas with synchronous quorum commits and continuous recovery.
0, 2