PT-602: ready-set and review-queue sizes for the project, for the Flow area card
GET/api/projects/:id/flow-counts
PT-602: ready-set and review-queue sizes for the project, for the Flow area card. Split out of the project overview aggregate so the readiness scan is fetched lazily and never blocks the hub. Gated on projects.read | projects.read.own evaluated against the project’s own org (plus project access). Returns { data: { readyCount, reviewCount } }.
Request
Responses
- 200
- 401
- 403
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — the x-act-as-org selector named an organisation the caller is not an ACTIVE member of (or the caller lacks the required permission).