Get incident events
GET
https://api.coralogix.com/mgmt/openapi/5/incidents/incidents/v1/{incident_id}/eventsRetrieve a chronological list of all events associated with a specific incident. Includes state changes, assignments, acknowledgments, and resolutions.
Requires the following permissions:
incidents:read
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Path Parameters
incident_id# stringrequired
Possible values: >= 36 characters and <= 36 characters, Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
ID of the incident to retrieve events for
Example:
3f2504e0-4f89-11d3-9a0c-0305e82c3301Response
application/json
Response containing all events associated with the requested incident
List of incident events
Possible values: <= 10000