---
title: "List Detections"
method: POST
path: "/detections"
tags: ["Detections"]
---

# List Detections

`POST /detections`

Returns a list of all detection events.

## Request body

- object
  - `Pagination` Pagination
    - `Page` integer
    - `PageSize` integer
  - `Filters` object[]
    - `FilterBy` string
    - `Op` 'equal_to' | 'contains' | 'does_not_contain' | 'matches_exactly' | 'starts_with' | 'ends_with' | 'greater_than' | 'lower_than' | 'is_empty' | 'is_not_empty' | 'Match' | 'AnyOf'
    - `Values` union[]
      - union
        - string
        - integer
  - `Sorting` object[]
    - `SortBy` string
    - `Direction` 'ASC' | 'DESC'
  - `StartDate` string
  - `EndDate` string

## Response `200`

Success

---

[API](https://skmtc.net/liongard/apis/liongard-v2-endpoints.md) · [All operations](https://skmtc.net/liongard/apis/liongard-v2-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liongard/liongard-v2-endpoints/versions/4ba1aeff82d7/schema)
