---
title: "List inlong consume by pagination"
method: POST
path: "/inlong/manager/api/consume/list"
tags: ["Inlong-Consume-API"]
---

# List inlong consume by pagination

`POST /inlong/manager/api/consume/list`

## Request body

- InlongConsumeQueryRequest
  - `consumerGroup` string — Consumer group name
  - `inlongGroupId` string — The target inlongGroupId of inlong consume
  - `keyword` string — Keyword, can be consumer group
  - `mqType` string — MQ type, high throughput: TUBEMQ, high consistency: PULSAR
  - `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
  - `status` integer — Consume status
  - `statusList` integer[] — Consume status list
  - `topic` string — The target topic of inlong consume

## 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)
