Was this helpful?
Get list of previous occurrences of an incident
Counter ID of the resource
List of previous incidents
const response = await fetch('https://api.spike.sh/incidents/{counterId}/get-previous-incidents', { method: 'GET', headers: { "x-api-key": "text", "x-team-id": "text" }, }); const data = await response.json();