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

    Possible values: >= 1, <= 10000

    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

    Possible values: <= 10000

    Example: ["3f2504e0-4f89-11d3-9a0c-0305e82c3301","9c858901-8a57-4791-81fe-4c455b099bc9"]