List decisions with filters
GET /api/v1/decisions
Returns decisions for the authenticated tenant with optional filters for agent role, status, confidence range, and date range.
Authorizations
Parameters
Query Parameters
Maximum number of decisions to return
Maximum number of decisions to return
Number of decisions to skip
Number of decisions to skip
Responses
200
Successful Response
Response for GET /api/v1/decisions.
Attributes: decisions: List of decision summaries. total: Total matching decisions for pagination. limit: Requested page size. offset: Requested offset.
object
Summary of a single decision for list views.
Attributes: id: Decision UUID. agent_role: The agent that made this decision. action_type: Category of action. description: Brief description of the decision. confidence_score: Agent confidence (0.0-1.0). outcome_quality: Outcome match score, if measured. status: Current decision status. created_at: When the decision was recorded.
422
Validation Error