+| `PaginatedCallsPerSecond` | | Double (0...1000) | This field defines the number of calls per second allowed for paginated requests to the RESTful API. It introduces a delay of `(1000 / paginatedCallsPerSecond)` milliseconds between each paginated API call. This throttling applies only to pagination requests and is separate from `RateLimitQPS`, which controls the initial request rate. Typically, this will be set the same value as `RateLimitQPS` to respect the data source's rate limit across all requests. `0` value means no pagination throttling is applied. |
0 commit comments