Slim external-index projection of every visible series
GET/api/v1/series/external-index
Returns one entry per series the caller can access, carrying only the
series UUID, its linked external IDs, and the locally-owned
volume/chapter signals. A deliberately lightweight alternative to
GET /api/v1/series?full=true for external discovery tools that key on
external IDs and would otherwise over-fetch and discard the full DTO.
Ordering is fixed (name asc, id asc) so a consumer can paginate the
list to completion in one deterministic sweep.
Request
Responses
- 200
- 403
Paginated slim per-series external-index entries
Forbidden