Skip to content
Discussion options

You must be logged in to vote

Your read is correct, and it's being developed — not discarded.

Today: there is no offset, cursor, or continuation token anywhere in api_v3, the internal tracestore.Reader interface, or the Remote Storage gRPC protocol. search_depth (field 8, default 100) is a cap, not a page size — raising it just fetches a bigger first page. The Offset int field on the v1 HTTP query struct is parsed and then never read by any query path; it's dead code, not a hidden way in.

Planned: RFC 0014 — Search Result Pagination, authored by Yuri Shkuro, created 2026-08-12, currently Draft. It adds end-to-end keyset pagination: an opaque page_token on the request, next_page_token on the response, threaded through …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ramanamark-virtana
Comment options

Answer selected by ramanamark-virtana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants