Was this helpful?
Get the activity log for an incident
Incident counter ID
Incident activity log
const response = await fetch('https://api.spike.sh/incidents/{counter_id}/activity-log', { method: 'GET', headers: { "x-api-key": "text", "x-team-id": "text" }, }); const data = await response.json();