---
title: "List all south connectors"
method: GET
path: "/api/south"
tags: ["South Connectors"]
---

# List all south connectors

`GET /api/south`

Retrieves a list of all configured south connectors

## Response `200`

Array of south connector objects

- SouthConnectorLightDTO[]
  - `id` string, required — The unique identifier of the entity.
  - `createdBy` UserInfo, required — Represents the user who performed an action, with a computed display name.
    - `id` string, required — The unique identifier of the user.
    - `friendlyName` string, required — A human-readable display name for the user. "OIAnalytics" for the oianalytics system user, "Admin" for the admin login, or "Firstname Lastname (login)" for regular users.
  - `updatedBy` UserInfo, required — Represents the user who performed an action, with a computed display name.
    - `id` string, required — The unique identifier of the user.
    - `friendlyName` string, required — A human-readable display name for the user. "OIAnalytics" for the oianalytics system user, "Admin" for the admin login, or "Firstname Lastname (login)" for regular users.
  - `createdAt` string, required — Represents an instant in time as an ISO 8601 string.
  - `updatedAt` string, required — Represents an instant in time as an ISO 8601 string.
  - `name` string, required — The name of the South connector.
  - `type` 'opcua' | 'mqtt' | 'modbus' | 'oianalytics' | 'ads' | 'folder-scanner' | 'ftp' | 'influxdb' | 'mssql' | 'mysql' | 'odbc' | 'oledb' | 'opc' | 'oracle' | 'osisoft-pi' | 'postgresql' | 'rest' | 'sftp' | 'sqlite', required — Type representing the possible types for a South connector.
  - `description` string, required — Description of the South connector's purpose.
  - `enabled` boolean, required — Whether the South connector is enabled and active.

## Changes

- **2026-07-28** `9a6250881fa7` — 1 warning
  - added the new `influxdb` enum value to the `items/type` response property for the response status `200`
- **2026-07-26** `ea1c80cb9c69` — 1 info
  - removed the `influxdb` enum value from the `items/type` response property for the response status `200`
- **2026-07-20** `6a232346b158` — 1 warning
  - added the new `influxdb` enum value to the `items/type` response property for the response status `200`
- **2026-07-15** `57cbe043ec5a` — 1 info
  - removed the `influxdb` enum value from the `items/type` response property for the response status `200`
- **2026-07-06** `4c50d4a73f66` — 1 warning
  - added the new `influxdb` enum value to the `items/type` response property for the response status `200`

[Full history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/south/get.md)

---

[API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.dev/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/revisions/fe8fd32c9fdc/schema)
