v1
latestOpenAPI 3.0.1MIT2026-07-134925112.4 KBRetrieve Database Configuration
Retrieve an individual database configuration belonging to the organization or user.
get/v1/organizations/{organizationSlug}/databases/{databaseName}/configuration
Path parameters
organizationSlugstring required
The slug of the organization or user account.
databaseNamestring required
The name of the database.
Response
Successful response
Example response
{
"size_limit": "10000",
"allow_attach": true,
"delete_protection": true,
"allowed_ips": [
"203.0.113.7",
"10.0.0.0/8"
],
"allowed_aws_vpc_ids": [
"vpce-0fe6c8807461bba49"
]
}