List recent incidents
GET /api/v1/incidents
Returns paginated list of recent incidents.
Authorizations
Parameters
Query Parameters
Tenant identifier
Tenant identifier
Maximum incidents to return
Maximum incidents to return
Number of incidents to skip
Number of incidents to skip
Responses
200
Successful Response
Response for incident list endpoint.
object
A classified incident record.
Args: incident_id: Unique incident identifier. tenant_id: Tenant where the incident occurred. severity: Severity level (SEV1, SEV2, SEV3, SEV4). category: Incident category (infrastructure, agent, billing, security, integration). title: Short incident title. description: Detailed incident description. source: Detection source (health_check, error_spike, latency_anomaly, tenant_complaint). status: Current status (detected, investigating, mitigating, resolved). detected_at: ISO timestamp when the incident was detected. resolved_at: ISO timestamp when resolved (None if ongoing). runbook_executed: Whether a runbook was executed. escalated: Whether the incident was escalated.
422
Validation Error