Get full decision provenance
GET /api/v1/decisions/{decision_id}
Returns the complete provenance trail for a single decision, including full reasoning chain, all data sources consulted, and expected vs actual outcomes.
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 between prediction and reality. 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.
object
object
422
Validation Error