Skip to content

Add cursor pagination to note listings #42

Description

@ExtraToast

What to build

Note listings paginate using the estate cursor convention rather than a bare limit.

The knowledge base is the collection most likely to grow without bound, and it currently offers a limit with no way to page past it — so a caller can only ever see the first N results.

Acceptance criteria

  • Note listings accept a cursor and a limit and return a next cursor
  • A caller can page through the entire collection
  • Paging is stable while notes are being added
  • The change matches the convention written down for the other paginated collections

Blocked by

  • Adopt the ProblemDetail customizer and re-export the spec

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: knowledgeKnowledge base, recall, capture, or curation.component: apiHTTP API, OpenAPI contract, or API client concern.priority: P3Low; backlog, cleanup, or opportunistic work.type: featureNew user-facing or operator-facing capability.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions