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.