curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/4/incidents/incidents/v1 \
--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/4/incidents/incidents/v1 \
--header 'Authorization: <api-key>'{
"incidents": {},
"notFoundIds": [
"not_found_id_1",
"not_found_id_2"
]
}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
Was this page helpful?