---
title: "List user agents"
method: GET
path: "/zones/{zoneId}/user-agents"
tags: ["User Agents"]
---

# List user agents

`GET /zones/{zoneId}/user-agents`

Returns a list of user agents in the specified zone. User agents represent client software (browsers, desktop apps, CLI tools) registered via OAuth 2.0 Dynamic Client Registration.

## Path parameters

- `zoneId` string, required

## Query parameters

- `after` string
- `before` string
- `limit` integer
- `expand[]` union
  - 'total_count'
  - string[]

## Response `200`

Default Response

- object
  - `items` IamUserAgent[], required
    - `id` string, required — Unique identifier of the user agent
    - `organization_id` string, required — Organization that owns this user agent
    - `zone_id` string, required — Zone this user agent belongs to
    - `slug` string, required — URL-safe identifier, unique within the zone
    - `identifier` string, required — User agent identifier (serves as OAuth client_id). Format: ua:{sha256_hash}
    - `name` string, required — Human-readable name
    - `created_at` string, date-time, required — Entity creation timestamp
    - `updated_at` string, date-time, required — Entity update timestamp
  - `pagination` IamPagination, required — Cursor-based pagination metadata
    - `after_cursor` string, required — An opaque cursor used for paginating through a list of results
    - `before_cursor` string, required — An opaque cursor used for paginating through a list of results
    - `total_count` integer — Total number of items matching the query. Only included when expand[]=total_count is requested.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/keycardai/apis/untitled-api.md) · [All operations](https://skmtc.net/keycardai/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keycardai/untitled-api/revisions/2f5033ed4491/schema)
