Skip to main content
Lists that are ranked or searched page by offset; lists that can be long and change underneath you page by cursor. Everything else takes a limit and returns one page.

Cursors

A response carries next_cursor when more results exist. Pass it back unchanged; cursors are opaque and their format may change.
Graph-derived lists read from the latest finished graph run, named in graph_run. If a new run finishes while you page through an offset list, later pages come from the new run; compare graph_run across pages when that matters.