Full decision provenance
GET /api/v1/decisions/{decision_id}/detail
Returns the complete provenance trail for a single decision, including full reasoning chain, all data sources consulted, expected vs actual outcomes, and confidence calibration.
Authorizations
Parameters
Path Parameters
The decision UUID to retrieve
The decision UUID to retrieve
Responses
200
Successful Response
Full provenance response for a single decision.
Attributes: id: Decision UUID. tenant_id: Owning tenant. agent_role: The agent that made the decision. action_type: Category of action. autonomy_level: Autonomy level used. description: Human-readable description. reasoning_chain: Full reasoning trace. confidence_score: Agent confidence (0.0-1.0). data_sources: All data sources consulted. expected_outcome: What the agent predicted. actual_outcome: What actually happened. outcome_quality: Match score. outcome_measured_at: When outcome was measured. status: Decision status. reversible: Whether decision can be undone. reversed: Whether decision was undone. created_at: When recorded. decided_at: When executed. signature: Ed25519 signature if signed. signature_algorithm: Signing algorithm. signed_at_sig: When the signature was created. signer_certificate_id: UUID of the signing certificate. signer_fingerprint: Certificate fingerprint at signing time.
object
object
422
Validation Error