Databases
Retrieve Database Configuration
Retrieve an individual database configuration belonging to the organization or user.
GET
/
v1
/
organizations
/
{organizationSlug}
/
databases
/
{databaseName}
/
configuration
Path Parameters
The slug of the organization or user account.
The name of the database.
Response
200 - application/json
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
Allow or disallow attaching databases to the current database.
The current status for blocked reads.
The current status for blocked writes.
Was this page helpful?