---
title: "List cluster nodes by pagination"
method: POST
path: "/inlong/manager/api/cluster/node/list"
tags: ["Inlong-Cluster-API"]
---

# List cluster nodes by pagination

`POST /inlong/manager/api/cluster/node/list`

## Request body

- InlongClusterPagingQueryRequest
  - `clusterTag` string — Cluster tag
  - `clusterTagList` string[] — The inlong cluster tag list
  - `displayName` string — Cluster display name, just for display
  - `extTag` string — Extend tag
  - `keyword` string — Keywords, name, url, cluster tag, etc.
  - `name` string — Cluster name
  - `orderField` string — Order field, support create_time and modify_time, default is create_time
  - `orderType` string — Order type, only support asc and desc, default is desc
  - `pageNum` integer — Current page number, default is 1
  - `pageSize` integer — Page size, default is 10
  - `parentId` integer — Parent cluster ID, used for cluster node
  - `protocolType` string — Protocol type, such as: TCP, HTTP
  - `status` integer — Status
  - `type` string — Cluster type, including TUBEMQ, PULSAR, DATAPROXY, etc.
  - `typeList` string[] — Cluster type list

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/apache/apis/untitled-api-2.md) · [All operations](https://skmtc.net/apache/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/untitled-api-2/versions/41c687f48683/schema)
