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