Skip to main content

List cases with filters

POSThttps://api.coralogix.com/mgmt/openapi/5/cases/cases/v1

List cases using filters, pagination and custom ordering.

Requires the following permissions:

  • case:Read

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

Request to list cases with filtering and pagination

    Filters to apply when listing cases

    Sorting parameters to control the order of returned cases. Supports single-field sorting only. Example: sort by priority in descending order to show highest priority cases first.

    Pagination parameters

Response

application/json

Response containing a list of cases and pagination information

    Cases matching the provided filters.

    Possible values: <= 1000

    Pagination cursor for retrieving the next page of cases.

    pbacTruncated#boolean

    Indicates whether the list of cases was truncated due to PBAC (Policy-Based Access Control) restrictions. If true, the user may not have access to all cases that match the filters.