---
title: "AgentTypeList"
method: GET
path: "/agent-types"
tags: ["AgentTypeList"]
---

# AgentTypeList

`GET /agent-types`

## 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
    - `additionalSubnets` boolean
    - `allowDataPublishing` boolean
    - `allowDemoDevice` boolean
    - `allowTemplating` boolean
    - `allowReboot` boolean
    - `configPush` boolean
    - `configFileFormat` integer
    - `customServers` boolean
    - `deviceIdFormat` string
    - `httpProxyPort` integer, nullable
    - `latestFirmwareFile` object
      - `publicId` string
      - `name` string
      - `description` string
      - `code` string
      - `notes` string
      - `agentType` object
        - `publicId` string
      - `type` 'firmware'
      - `latest` boolean
      - `custom` object
    - `name` string
    - `offlineConfiguration` boolean
    - `openvpnConfigMultiUse` boolean
    - `purchasePrice` object
      - `gratis` boolean
    - `router` boolean
    - `stunnelSupport` boolean
    - `wanPortForwardings` boolean
    - `custom` object
    - `hasSecondWanPort` boolean

## 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/revisions/7875dc33d41f/schema)
