GET /incidents
List incidents.
Query Parameters
| Param | Type | Description |
|---|---|---|
status | string | open | in_review | resolved |
severity | string | low | medium | high | critical |
agentId | string | Filter by agent |
limit | number | Max results |
List incidents.
| Param | Type | Description |
|---|---|---|
status | string | open | in_review | resolved |
severity | string | low | medium | high | critical |
agentId | string | Filter by agent |
limit | number | Max results |
Was this helpful?
Something wrong? Open an issue on GitHubcurl "https:">//www.aigodfather.ai/api/v1/incidents?status=open&severity=critical" \
-H "Authorization: Bearer YOUR_API_KEY"