Incremental release feed: series with coverage activity, ordered by `(updatedAt, id)` after an opaque cursor. A consumer (e.g. a Codex release plugin) polls this a few times a day, stores `nextCursor`, and only ever receives series whose coverage changed since its last poll. Keyset, not offset, so it's gap-free and dupe-free while series are re-stamped concurrently; delivery is at-least-once, so consumers upsert by `seriesId`.
GET/api/v1/series/feed
Incremental release feed: series with coverage activity, ordered by
(updatedAt, id) after an opaque cursor. A consumer (e.g. a Codex release
plugin) polls this a few times a day, stores nextCursor, and only ever
receives series whose coverage changed since its last poll. Keyset, not
offset, so it's gap-free and dupe-free while series are re-stamped
concurrently; delivery is at-least-once, so consumers upsert by seriesId.
Request
Responses
- 200
A page of changed series