Skip to main content
You are viewing v3 of the Coralogix API. v5 is the current version. Go to the v5 reference

Get multiple incidents by IDs

GEThttps://api.coralogix.com/mgmt/openapi/3/incidents/incidents/v1/batch

Retrieve multiple incidents by their IDs in a single request.

Requires the following permissions:

  • incidents:read

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Query Parameters

    ids# string[]

Response

application/json

Response containing the requested incidents and any IDs that weren't found

    Map of incident IDs to their corresponding incidents

    notFoundIds#string[]required
    Example: ["not_found_id_1","not_found_id_2"]