| Property | Value |
|---|---|
| Auth | Required |
| Idempotent | Yes |
Query
| Field | Type | Required | Notes |
|---|---|---|---|
productId | string | yes | The product. |
function | string | no | One of strategy, design, development, intelligence, operations, gtm. |
lifecycleStage | string | no | One of specify, context, orchestrate, validate, ship, compound. |
ownerUserId | string | no | Narrow to one owner. |
status | string | no | proposed, accepted, in_flight, landed, held. |
Response
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session. |
| 403 | FORBIDDEN | Caller does not own the product. |
| 500 | INTERNAL_ERROR | Read failed. |