List maintenance windows
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_database
OAuth Scopes
| Resource | Scopes |
|---|---|
| Organization | read_databases |
| Database | read_database |
Path parameters
The ID of the maintenance schedule
Organization name slug from list_organizations. Example: acme.
Database name slug from list_databases. Example: app-db.
Query parameters
If provided, specifies the page offset of returned results
If provided, specifies the number of returned results
Response
Returns maintenance windows for the schedule
Changes
Changed in 2 of the 24 revisions of this API.2
- ○
added the required property
per_pageto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○