---
title: "List stream sinks by paginating"
method: POST
path: "/inlong/manager/api/sink/list"
tags: ["Stream-Sink-API"]
---

# List stream sinks by paginating

`POST /inlong/manager/api/sink/list`

## Request body

- PagingQueryRequestForSink
  - `dataNodeName` string — Data node name
  - `inlongClusterName` string — Inlong cluster name
  - `inlongGroupId` string, required — Inlong group id
  - `inlongStreamId` string — Inlong stream id
  - `keyword` string — Keyword, can be group id, stream id or sink 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
  - `sinkType` string — Sink type, such as HIVE
  - `sortConsumerGroup` string — Sort consumer group
  - `sortTaskName` string — Sort task name
  - `status` integer — Status
  - `statusList` integer[] — Sink status list

## Response `200`

OK

## Other responses

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

---

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