Limits¶
Pagination¶
All Maintenance API endpoints return paginated results. The following defaults apply to all list endpoints:
| Parameter | Default | Maximum | Description |
|---|---|---|---|
page |
1 |
— | One-based page index |
pageSize |
100 |
1000 |
Number of records returned per page |
The response envelope always includes the following fields to support pagination:
| Field | Description |
|---|---|
page |
The current page (one-based index) |
pageSize |
The number of records on the current page |
totalPages |
The total number of available pages |
Rate Limits¶
If a rate limit is exceeded, the API will return a 429 Too Many Requests response accompanied by a
Retry-After HTTP header that specifies the waiting time in seconds before attempting the request again.
{"environments":[],"pdf-download":true}