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