/recollection-case/{recollection_case_id}/set_argus

Set a recollection case's argus tags

Replace the full list of argus risk-flag tags on a recollection case. Governed by the
recollection_argus policy: each tag must be individually justified in the proposing
Decision's reasoning, or the proposal is auto-refused.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
argus
array of strings

Argos post-mortem tags (RecollectionArgusTag) on the case, replacing the full list. Each tag must be individually justified in the governing Decision's reasoning (recollection_argus policy) — an unjustified tag is auto-refused.

argus
Allowed:
Headers
uuid
required

UUID of an approved governance Decision whose planned_operations list this endpoint together with the exact request payload. The matching planned step must not yet have been executed. Planned operations may contain {{step.<n>.json.<path>}} references to earlier steps' responses: the gate resolves them against the recorded outputs before matching, so send the RESOLVED body and fire steps in order — a step whose references are not yet resolvable cannot match. Required for MCP callers; HumanReviewer callers bypass the gate by default.

Responses

400

Missing X-Decision-Id header or value is not a valid UUID.

403

Decision is not approved, the calling identity does not match the proposer, no planned operation matches this endpoint + payload, the matching step has already been executed, or the caller is not a recognised proposing Operator.

404

No Decision exists for the supplied X-Decision-Id.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*