judgment_list
List the authenticated user's own judgments (L3 layer) — use this to check your own blocking status (risk_tier 1 pending = execution blocked). Default order matches the /command queue: risk_tier ascending, then arrival order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by kind. | |
| limit | No | Max rows to return (default 50, max 200). | |
| decision | No | Filter by decision. Omit for all. | |
| risk_tier | No | Filter by risk_tier. | |
| project_id | No | Filter by project UUID. | |
| subject_id | No | Filter by subject UUID (pair with subject_type). | |
| subject_type | No | Filter by subject type. |