{ "operationId": "listIncidents", "method": "GET", "path": "/incidents.json", "summary": "Solarwinds List Incidents", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listincidents200Example", "example": [ { "id": "abc123", "number": 10, "name": "Example Title", "description": "A sample description.", "state": "New", "priority": "None", "assignee": { "id": "abc123", "name": "Example Title", "email": "user@example.com" }, "requester": { "id": "abc123", "name": "Example Title", "email": "user@example.com" }, "category": { "id": "abc123", "name": "Example Title" }, "created_at": "2026-01-15T10:30:00Z", "updated_at": "2026-01-15T10:30:00Z" } ] } ] }