Context (P1 — scale)
No Pageable usage exists in main source — all admin list endpoints return unbounded collections (orgs, projects, environments, flags, members).
Scope
- Spring Data
Pageable on repository/service/controller list paths with sane defaults (size 20, max 100)
- Consistent paginated response envelope (content, page, size, totalElements, totalPages) — align with the API response format convention
- OpenAPI docs reflect the parameters
- SDK evaluation endpoint explicitly excluded (SDKs need the full set)
Acceptance criteria
Context (P1 — scale)
No
Pageableusage exists in main source — all admin list endpoints return unbounded collections (orgs, projects, environments, flags, members).Scope
Pageableon repository/service/controller list paths with sane defaults (size 20, max 100)Acceptance criteria