apisix_list_consumers
List APISIX consumers with sensitive fields (keys, passwords, secrets) masked, supporting pagination and optional field selection.
Instructions
查询消费者列表。凭据字段已脱敏(plugins 子树内的 key/password/secret 等被遮盖)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从 1 开始 | |
| detail | No | 返回完整配置(跳过投影) | |
| fields | No | 指定字段(JSON 数组) | |
| page_size | No | 每页条数,有效区间 [10, 500] |