List incidents
squadcast_list_incidentsSearch/list incidents over a time window with filters (status, service, priority, assignee, tags, sources, starred, SLO-affecting) and sorting. start_time, end_time (both ISO8601) and owner_id (a TEAM id — use squadcast_list_teams to find it) are REQUIRED. Squadcast: GET /v3/incidents/export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tag(s) → tags. | |
| sortBy | No | Sort field → sort_by. | |
| status | No | Filter by incident status(es) → status. | |
| endTime | Yes | ISO8601 end of the window (required) → end_time. | |
| ownerId | Yes | Team id that owns the incidents (required) → owner_id. Use squadcast_list_teams to find it. | |
| sources | No | Filter by alert source(s) → sources. | |
| priority | No | Filter by priority (e.g. P1..P5) → priority. | |
| services | No | Filter by service id(s) → services. | |
| isStarred | No | Filter to starred incidents → is_starred. | |
| startTime | Yes | ISO8601 start of the window (required) → start_time. | |
| assignedTo | No | Filter by assignee id(s) → assigned_to. | |
| textFilter | No | Free-text filter → textFilter. | |
| sloAffecting | No | Filter by SLO-affecting → slo_affecting. |