---
title: "Get all consumers"
method: GET
path: "/v1/kong-admin/consumers"
tags: ["Kong Admin Controller"]
---

# Get all consumers

`GET /v1/kong-admin/consumers`

Retrieves all consumers with pagination

## Query parameters

- `offset` string
- `size` integer

## Response `200`

Consumers retrieved successfully

- ConsumerListResponse
  - `data` Consumer[]
    - `id` string
    - `username` string
    - `tags` string[]
    - `created_at` integer
    - `custom_id` string
  - `next` string
  - `offset` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/floik/apis/floik-authentication-server.md) · [All operations](https://skmtc.dev/floik/apis/floik-authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floik/floik-authentication-server/revisions/2b2a5dad2f5e/schema)
