type URI on every pagination_unsupported problem body: https://docs.get-exo.com/errors/pagination_unsupported.
HTTP status: 400 Bad Request.
Why it happens
GET /v1/recall/{recall_type} serves four different shapes. insights and temporal are lists and accept a cursor. identity and graph are composite documents and do not.
Pagination on the recall family is opt-in: with neither cursor nor pageSize supplied, the response keeps its original shape. Supplying either on a non-list view is what triggers this.
How to fix it
- Drop
cursorandpageSizeforidentityandgraph. - Use them freely on
insightsandtemporal.
Related
invalid_cursor- Errors for the envelope and the full catalogue