Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/batch \
--header 'Authorization: <api-key>'{
"incidents": {},
"notFoundIds": [
[
"not_found_id_1",
"not_found_id_2"
]
]
}Retrieve multiple incidents by their IDs in a single request.
Requires the following permissions:
incidents:readcurl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/incidents/incidents/v1/batch \
--header 'Authorization: <api-key>'{
"incidents": {},
"notFoundIds": [
[
"not_found_id_1",
"not_found_id_2"
]
]
}API key authentication
Was this page helpful?