Filtered variant of [`feed`]: same cursor walk, but narrowed to the series whose provider ids the consumer sends in the body. Use this (over the `GET`) when a consumer tracks a known subset — a Codex release plugin posting the `provider:externalId` set it owns so it only receives changes it cares about. It's a `POST` purely so the id list can be large; it mutates nothing and is gated like the other reads.
POST/api/v1/series/feed
Filtered variant of [feed]: same cursor walk, but narrowed to the series
whose provider ids the consumer sends in the body. Use this (over the GET)
when a consumer tracks a known subset — a Codex release plugin posting the
provider:externalId set it owns so it only receives changes it cares
about. It's a POST purely so the id list can be large; it mutates nothing
and is gated like the other reads.
Request
Responses
- 200
A page of changed series, filtered to the requested ids