parameter_invalid_cursor
The `starting_after` or `ending_before` cursor is not a valid UUID, so it cannot point at any row of the collection.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_cursor | invalid_request_error | 400 | Request |
Cause
The starting_after or ending_before cursor is not a valid UUID, so it cannot point at any row of the collection.
What to do
Use as cursor the id of the last object of the previous page (or the first one, for ending_before), copied verbatim from the response.
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.