List Proposals
list_proposalsReview proposal and escalation outcomes on a threat model. Use it to poll a decision_request after a refused judgment and see when a person resolves it.
Instructions
List proposals and escalations on a model. Call this to poll the outcome of a proposal you raised, or of a judgment you were refused. Read-only; no side effects.
Statuses: proposed and applied_pending_review are open;
accepted, rejected, reverted, superseded are closed.
Kinds include add_component, remove_component,
design_change, and decision_request: an escalation of a
judgment this agent was refused. A 403 from update_finding,
create_risk_acceptance, or decide_proposal carries an
escalation_id; that escalation appears here as a
decision_request. Poll it here until a person resolves it; do not
retry the refused call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Optional status filter (one of the values above). Empty (default) returns every proposal. | |
| model_id | Yes | ID of the threat model. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||