---
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-03-25** `cdb5b7ea7199` — 2 warning, 4 info
  - removed the optional property `items/creationDate` from the response with the `200` status
  - removed the optional property `items/lastEditInstant` from the response with the `200` status
  - added the required property `items/createdAt` to the response with the `200` status
  - added the required property `items/createdBy` to the response with the `200` status
  - …2 more
- **2026-03-20** `108013c94629` — 4 breaking, 2 info
  - removed the required property `items/createdAt` from the response with the `200` status
  - removed the required property `items/createdBy` from the response with the `200` status
  - removed the required property `items/updatedAt` from the response with the `200` status
  - removed the required property `items/updatedBy` from the response with the `200` status
  - …2 more
- **2026-03-19** `fb56929c0675` — 2 warning, 4 info
  - removed the optional property `items/creationDate` from the response with the `200` status
  - removed the optional property `items/lastEditInstant` from the response with the `200` status
  - added the required property `items/createdAt` to the response with the `200` status
  - added the required property `items/createdBy` to the response with the `200` status
  - …2 more
- …earlier changes not shown

[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/fe8fd32c9fdc/schema)
