Skip to main content

Get multiple incidents by IDs

GEThttps://api.coralogix.com/mgmt/openapi/5/incidents/incidents/v1

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[]

    The ids.

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

    List of IDs that were not found

    Example: ["not_found_id_1","not_found_id_2"]