---
title: "List traffic connectors"
method: GET
path: "/v1/traffic-connectors"
tags: ["Traffic Observers"]
---

# List traffic connectors

`GET /v1/traffic-connectors`

Retrieve all available traffic connectors with the credential fields they expect. Traffic connectors are provided by server modules and referenced by name when configuring traffic observer objects; the credential fields describe the keys of the observer's credentials JSON document.

## Response `200`

Traffic connectors retrieved successfully

- object[]
  - `name` string
  - `credentialFields` object[]
    - `name` string — Key in credentials JSON
    - `displayName` string
    - `description` string, nullable
    - `type` 'string' | 'password' | 'integer' | 'boolean'
    - `required` boolean
    - `defaultValue` string, nullable

## Other responses

- `401` — Unauthorized

## Changes

- **2026-09-09** `cf92d41f9ea8` — 1 info
  - endpoint added
- **2026-09-08** `15170fcce677` — 1 breaking
  - api path removed without deprecation
- **2026-09-08** `4fd66f32833f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/traffic-connectors/get.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/a203de7e5d7d?raw)
