Skip to main content

List incident events with filters

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

List incident events with support for filtering, pagination, and ordering. This operation accepts a page size of at most 1000 (it defaults to 100 when pageSize is omitted) and rejects larger values, even though the shared pagination schema documents a maximum of 10000.

Requires the following permissions:

  • incidents:read

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Query Parameters

    filter# object

    Filter for incident events

    pagination# object

    Pagination parameters. This request accepts at most 1000 items per page, and defaults to 100 when pageSize is omitted; the shared maximum of 10000 does not apply here.

    order_by# object

    Order by fields for incident events

Response

application/json

A response containing a list of incident events and pagination information

    List of incident events

    Possible values: <= 1000

    Pagination information for the response