curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/3/incidents/incidents/v1 \
--header 'Authorization: <api-key>'{
"incidents": [
{
"assignments": [
{
"assignedBy": {
"userId": "user_id"
},
"assignedTo": {
"userId": "user_id"
}
}
],
"contextualLabels": {},
"createdAt": "2024-01-01T00:00:00.000Z",
"displayLabels": {},
"duration": "<string>",
"events": [
{
"id": "incident_event_id",
"acknowledge": {
"acknowledgedBy": {
"userId": "user_id"
}
},
"operationalEvent": {
"systemName": "<string>"
}
}
],
"id": "incident_id",
"lastStateUpdateKey": "last_state_update_key",
"lastStateUpdateTime": "2024-01-01T00:00:00.000Z",
"closedAt": "2024-01-01T00:00:00.000Z",
"description": "incident_description",
"isMuted": false,
"metaLabels": [
{
"key": "key",
"value": "value"
}
],
"name": "incident_name"
}
],
"pagination": {
"totalSize": 100,
"nextPageToken": "next_page_token"
}
}Lists all available incidents based on specified filters and order. The list is ordered in an unspecified direction and sorted by creation time.
Requires the following permissions:
incidents:readcurl --request POST \
--url https://api.coralogix.com/mgmt/openapi/3/incidents/incidents/v1 \
--header 'Authorization: <api-key>'{
"incidents": [
{
"assignments": [
{
"assignedBy": {
"userId": "user_id"
},
"assignedTo": {
"userId": "user_id"
}
}
],
"contextualLabels": {},
"createdAt": "2024-01-01T00:00:00.000Z",
"displayLabels": {},
"duration": "<string>",
"events": [
{
"id": "incident_event_id",
"acknowledge": {
"acknowledgedBy": {
"userId": "user_id"
}
},
"operationalEvent": {
"systemName": "<string>"
}
}
],
"id": "incident_id",
"lastStateUpdateKey": "last_state_update_key",
"lastStateUpdateTime": "2024-01-01T00:00:00.000Z",
"closedAt": "2024-01-01T00:00:00.000Z",
"description": "incident_description",
"isMuted": false,
"metaLabels": [
{
"key": "key",
"value": "value"
}
],
"name": "incident_name"
}
],
"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 incidents
Show child attributes
Pagination parameters for list requests
Show child attributes
Show child attributes
Was this page helpful?