---
title: "AgentServerList"
method: GET
path: "/agents/{agentId}/servers"
tags: ["AgentServerList"]
---

# AgentServerList

`GET /agents/{agentId}/servers`

## Path parameters

- `agentId` string, required

## Query parameters

- `fields` string[]
- `filters` string[]

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Company` string, required
- `Api-Branding` string

## Response `200`

Success response. Data could be an object instead of a list when one value is returned

- object
  - `status` string, required
  - `type` string, required
  - `moreAfter` string, nullable
  - `data` object[], required
    - `publicId` string
    - `type` 'http' | 'rdp' | 'rtsp' | 'ssh' | 'vnc' | 'websocket'
    - `name` string
    - `port` integer
    - `username` string, nullable
    - `password` string, nullable
    - `hasPassword` boolean
    - `authDomain` string, nullable
    - `landingPage` string
    - `connectionQuality` 'low' | 'normal' | 'high', nullable
    - `readOnly` boolean, nullable
    - `vncRightClickOnTouchHold` boolean
    - `vncEncoding` 'copyrect' | 'corre' | 'hextile' | 'raw' | 'rre' | 'tight' | 'ultra' | 'ultrazip' | 'zlib' | 'zlibhex' | 'zrle' | 'zywrle', nullable
    - `useSsl` boolean
    - `visibleInMobileApp` boolean
    - `visibleOnWeb` boolean
    - `httpAuthenticationType` 'ntlm' | 'basic' | 'digest', nullable
    - `flags` string[]
    - `recordSessions` boolean, nullable
    - `audience` object
      - `publicId` string
    - `requireAccessApproval` boolean
    - `custom` object
    - `agent` object
      - `publicId` string
    - `device` object
      - `publicId` string
    - `serviceGroup` string, nullable
    - `template` object, nullable
      - `publicId` string
      - `type` 'http' | 'rdp' | 'rtsp' | 'ssh' | 'vnc' | 'websocket'
      - `name` string
      - `port` integer
      - `username` string, nullable
      - `password` string, nullable
      - `hasPassword` boolean
      - `authDomain` string, nullable
      - `landingPage` string
      - `connectionQuality` 'low' | 'normal' | 'high', nullable
      - `readOnly` boolean, nullable
      - `vncRightClickOnTouchHold` boolean
      - `vncEncoding` 'copyrect' | 'corre' | 'hextile' | 'raw' | 'rre' | 'tight' | 'ultra' | 'ultrazip' | 'zlib' | 'zlibhex' | 'zrle' | 'zywrle', nullable
      - `useSsl` boolean
      - `visibleInMobileApp` boolean
      - `visibleOnWeb` boolean
      - `httpAuthenticationType` 'ntlm' | 'basic' | 'digest', nullable
      - `flags` string[]
      - `recordSessions` boolean, nullable
      - `audience` object
        - `publicId` string
      - `requireAccessApproval` boolean
      - `custom` object

## Other responses

- `4XX` — 4XX error response

---

[API](https://skmtc.net/ixon/apis/ixon-api.md) · [All operations](https://skmtc.net/ixon/apis/ixon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ixon/ixon-api/versions/7875dc33d41f/schema)
