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

# List all north connectors

`GET /api/north`

Retrieves a list of all configured north connectors

## Response `200`

Array of north connector objects

- NorthConnectorLightDTO[]
  - `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 North connector.
  - `type` 'opcua' | 'mqtt' | 'modbus' | 'oianalytics' | 'rest' | 'sftp' | 'aws-s3' | 'azure-blob' | 'console' | 'file-writer', required — Type representing the possible types for a North connector.
  - `description` string, required — The description of the North connector.
  - `enabled` boolean, required — Whether the North connector is enabled.

## Changes

- **2026-08-18** `87fa588c6b1b` — 1 info
  - removed the `azure-data-explorer` enum value from the `items/type` response property for the response status `200`
- **2026-08-03** `8ee92ea35845` — 1 warning
  - added the new `azure-data-explorer` enum value to the `items/type` response property for the response status `200`
- **2026-07-30** `743d1b62f042` — 1 info
  - removed the `azure-data-explorer` enum value from the `items/type` response property for the response status `200`
- **2026-07-30** `d9bf9e2d599d` — 1 warning
  - added the new `azure-data-explorer` enum value to the `items/type` response property for the response status `200`
- **2026-07-28** `9a6250881fa7` — 1 info
  - removed the `azure-data-explorer` enum value from the `items/type` response property for the response status `200`

[Full history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/north/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/87fa588c6b1b/schema)
