Skip to main content
This page is the resolution target of the RFC 9457 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 cursor and pageSize for identity and graph.
  • Use them freely on insights and temporal.