Was this helpful?
Get all incidents in triggered state
List of triggered incidents
const response = await fetch('https://api.spike.sh/incidents/triggered', { method: 'GET', headers: { "x-api-key": "text", "x-team-id": "text" }, }); const data = await response.json();