curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/4/incidents/events/v1 \
--header 'Authorization: <api-key>'{
"items": [
{
"cxEventKey": "<string>",
"cxEventTimestamp": "2023-11-07T05:31:56Z",
"incidentEvent": {
"id": "incident_event_id",
"incidentEventType": "INCIDENT_EVENT_TYPE_UNSPECIFIED",
"originatorType": "ORIGINATOR_TYPE_UNSPECIFIED",
"administrativeEvent": {
"userId": "<string>"
},
"assignment": {
"assignment": {
"assignedBy": {
"userId": "user_id"
},
"assignedTo": {
"userId": "user_id"
}
}
}
},
"incidentEventExtendedMetadata": {
"alertGroupByFields": [
"<string>"
],
"alertId": "<string>",
"alertLabels": [
{
"key": "key",
"value": "value"
}
],
"alertName": "<string>",
"alertType": "INCIDENT_EVENT_ALERT_TYPE_STANDARD_OR_UNSPECIFIED",
"incidentPermutation": {},
"incidentSeverity": "INCIDENT_SEVERITY_UNSPECIFIED",
"incidentState": "INCIDENT_STATE_UNSPECIFIED",
"incidentStatus": "INCIDENT_STATUS_UNSPECIFIED",
"isMuted": true
}
}
],
"pagination": {
"totalSize": 100,
"nextPageToken": "next_page_token"
}
}List incident events with support for filtering, pagination, and ordering.
Requires the following permissions:
incidents:readcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/4/incidents/events/v1 \
--header 'Authorization: <api-key>'{
"items": [
{
"cxEventKey": "<string>",
"cxEventTimestamp": "2023-11-07T05:31:56Z",
"incidentEvent": {
"id": "incident_event_id",
"incidentEventType": "INCIDENT_EVENT_TYPE_UNSPECIFIED",
"originatorType": "ORIGINATOR_TYPE_UNSPECIFIED",
"administrativeEvent": {
"userId": "<string>"
},
"assignment": {
"assignment": {
"assignedBy": {
"userId": "user_id"
},
"assignedTo": {
"userId": "user_id"
}
}
}
},
"incidentEventExtendedMetadata": {
"alertGroupByFields": [
"<string>"
],
"alertId": "<string>",
"alertLabels": [
{
"key": "key",
"value": "value"
}
],
"alertName": "<string>",
"alertType": "INCIDENT_EVENT_ALERT_TYPE_STANDARD_OR_UNSPECIFIED",
"incidentPermutation": {},
"incidentSeverity": "INCIDENT_SEVERITY_UNSPECIFIED",
"incidentState": "INCIDENT_STATE_UNSPECIFIED",
"incidentStatus": "INCIDENT_STATUS_UNSPECIFIED",
"isMuted": true
}
}
],
"pagination": {
"totalSize": 100,
"nextPageToken": "next_page_token"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
Filter configuration for incident events
Show child attributes
Pagination parameters for list requests
Show child attributes
Show child attributes
Was this page helpful?