---
title: "List stream sources by paginating"
method: POST
path: "/inlong/manager/api/source/list"
tags: ["Stream-Source-API"]
---

# List stream sources by paginating

`POST /inlong/manager/api/source/list`

## Request body

- PagingQueryRequestForSource
  - `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 source 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
  - `sourceType` string — Source type, such as FILE
  - `status` integer — Status
  - `statusList` integer[] — Source 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)
