List cluster parameters
Returns the parameters for a branch. To update the parameters, use the "update_branch_change_request" endpoint.
Authorization
A service token or OAuth token must have at least one of the following access or scopes in order to use this API endpoint:
Service Token Accesses read_branch, delete_branch, create_branch, connect_production_branch, connect_branch
OAuth Scopes
| Resource | Scopes |
|---|---|
| Organization | read_branches |
| Database | read_branches |
| Branch | read_branch |
Path parameters
Organization name slug from list_organizations. Example: acme.
Database name slug from list_databases. Example: app-db.
Branch name from list_branches. Example: main.
Response
Returns cluster parameters
Changes
Changed in 3 of the 24 revisions of this API.23
- ▲
removed the required property
items/stepfrom the response with the200statusresponse-required-property-removed
- ▲
- ▲
removed the required property
items/internalfrom the response with the200statusresponse-required-property-removed
- ○
removed the
internalenum value from theitems/parameter_typeresponse property for the response status200response-property-enum-value-removed
- ○
added the required property
items/immutableto the response with the200statusresponse-required-property-added
- ▲
- ○
removed the
millisecondsenum value from theitems/parameter_typeresponse property for the response status200response-property-enum-value-removed
- ○