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

# Get user agent

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

Returns details of a specific user agent by user agent ID

## Path parameters

- `zoneId` string, required
- `id` string, required

## Response `200`

A User Agent represents a user agent (browser, desktop app, CLI tool) that can initiate user sessions via OAuth 2.0 Dynamic Client Registration.

- IamUserAgent — A User Agent represents a user agent (browser, desktop app, CLI tool) that can initiate user sessions via OAuth 2.0 Dynamic Client Registration.
  - `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

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