Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List Incidents
{ "data": { "updateIncidents": { "incidents": [ { "incidentId": "<string>", "incidentName": "<string>", "status": "NEW", "assignees": [ { "userId": "<string>", "displayName": "<string>", "email": "<string>" } ], "verdict": "NA", "verdictReasoning": "<string>", "updatedAt": "2024-01-15T09:30:00Z", "assignee": { "userId": "<string>", "displayName": "<string>", "email": "<string>" } } ], "errors": [ { "code": "<string>", "message": "<string>" } ] } } }
Was this page helpful?