parameter_invalid_range
A numeric parameter fell outside its accepted bounds. The usual case is `limit`, which must be between 1 and 100.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_range | invalid_request_error | 400 | Request |
Cause
A numeric parameter fell outside its accepted bounds. The usual case is limit, which must be between 1 and 100.
What to do
Send a value inside the documented bounds; to read more than 100 objects, paginate with starting_after.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.