---
title: "List Agents"
method: POST
path: "/view/agents"
tags: ["Agents"]
---

# List Agents

`POST /view/agents`

This endpoint displays a list of Liongard Agents.

## Query parameters

- `excludeSummary` string
- `excludeAgents` string
- `excludeManaged` string

## Request body

- object
  - `Filters` object[]
    - `Field` 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[]
    - `Field` string
    - `Direction` 'ASC' | 'DESC'
  - `Pagination` Pagination
    - `Page` integer
    - `PageSize` integer

## Response `default`

---

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