cURL
curl --request GET \ --url https://api.ipulse.one/api/domains/{id}/incidents/recent \ --header 'Authorization: Bearer <token>'
{ "incidents": [ { "id": "<string>", "title": "<string>", "status": "<string>", "severity": "<string>", "started_at": "2023-11-07T05:31:56Z", "resolved_at": "2023-11-07T05:31:56Z", "duration_seconds": 123 } ] }
JWT Bearer token authentication
1 <= x <= 50
Recent incidents
Show child attributes
Was this page helpful?