| Property | Value |
|---|---|
| Auth | Required |
| Required scope | Accepted membership in the team |
| Idempotent | Yes |
Query
| Field | Type | Required | Notes |
|---|---|---|---|
productId | string | yes | The product ID the composite is computed against. |
Response
200 OK (admins and scorers)
200 OK (viewers): only the overall composite is returned, no dimension breakdown or disagreements.
Errors
| Status | Code | When |
|---|---|---|
| 400 | productId query parameter is required | Missing query. |
| 401 | AUTH_REQUIRED | No session. |
| 403 | Not a team member | No accepted membership. |
| 404 | Team not found | Bad id. |
| 404 | No composite score yet | Fewer than 2 members have scored this product. |
| 500 | INTERNAL_ERROR | Read failed. |