---
title: "Return all linked server nodes"
method: GET
path: "/list_linked_server_nodes"
tags: ["Server Administration", "Server Nodes"]
---

# Return all linked server nodes

`GET /list_linked_server_nodes`

This function returns a list of all remote server nodes linked to the server. It also provides details about each remote server node.

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `payload` object[] — An array of objects containing linked remote server nodes data.
      - `alias` string — The name of a linked remote server node.
      - `enabled_services` string[] — An array of the services enabled on the linked remote server node.
      - `hostname` string, domain — The remote server node's hostname.
      - `last_check` integer — The last time that the server queried the current status of the remote server node.
      - `tls_verified` 0 | 1 — Whether the remote server node has a valid [SSL certificate](https://go.cpanel.net/guidetoSSL). * `1` — The remote server node has a valid SSL certificate. * `0` — The remote server does **not** have a valid SSL certificate.
      - `username` string, username — The username required to make API calls to the linked remote server node.
      - `version` string, cPanel version — The version of cPanel & WHM installed on the remote server node.
      - `worker_capabilities` object — An object containing groups of services required for a remote server node to fulfill a specific role.
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the API function failed when the `metadata.result` field is 0. This field may display a success message when a function succeeds.
    - `result` 0 | 1 — * `1` - Success * `0` - Failed: Check the reason field for more details.
    - `version` integer — The version of the API function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
