---
title: "Returns all members of a cluster and their current status"
method: GET
path: "/cluster/list-members"
tags: ["Cluster"]
---

# Returns all members of a cluster and their current status

`GET /cluster/list-members`

Returns all members of a cluster and their current status

## Response `200`

A response to a cluster list-members request

- ClusterMemberListResponse
  - `data` ClusterMemberListValue[]
    - `id` string, required
    - `address` string, required
    - `voter` boolean, required
    - `leader` boolean, required
    - `version` string, required
    - `connected` boolean, required
    - `readOnly` boolean, required
    - `preferredLeader` boolean

## Other responses

- `400` — The supplied request contains invalid fields or could not be parsed (json and non-json bodies). The error's code, message, and cause fields can be inspected for further information
- `401` — The currently supplied session does not have the correct access rights to request this resource
- `429` — The resource requested is rate limited and the rate limit has been exceeded

---

[API](https://skmtc.net/openziti/apis/ziti-fabric.md) · [All operations](https://skmtc.net/openziti/apis/ziti-fabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openziti/ziti-fabric/revisions/b899875c8f57/schema)
