next_cursor back as ?cursor=. When has_more is false, next_cursor is null and
there is nothing left to fetch.
limit accepts 1–100 and defaults to 25. Sort order is fixed: newest first.
Walking a list
Filtering by group
GET /v1/redirects and GET /v1/landings accept group_id.
An unknown group id returns an empty list, not a
404, so a sync job pointed at a group that
someone has since deleted keeps running instead of erroring on every pass.
This filter is the only way to read a group’s contents — groups come back flat, with counters. See
Links and groups.