v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Agents

List Agents

This endpoint displays a list of Liongard Agents.

post/view/agents

Query parameters

excludeSummarystring

If present, summary data is excluded

excludeAgentsstring

If present, agent data is excluded

excludeManagedstring

If present, managed agent data is excluded

Request body

Example request

{
  "Sorting": [
    {
      "Field": "ID",
      "Direction": "DESC"
    }
  ],
  "Pagination": {
    "Page": 1,
    "PageSize": 10
  }
}