---
title: "List Agent Client Keys"
method: GET
path: "/agents/{agentId}/client-keys"
tags: ["Client Keys"]
---

# List Agent Client Keys

`GET /agents/{agentId}/client-keys`

List all client keys scoped to a specific agent

## Path parameters

- `agentId` string, required

## Response `200`

OK

- ClientKeyResponseDto[]
  - `client_key` string, required
  - `allowed_domains` string[], required
  - `name` string
  - `resource_id` string
  - `created_at` string
  - `expires_at` string — ISO-8601 expiry for short-lived keys; absent for permanent keys.

## Other responses

- `401` — AuthorizationError
- `404` — NotFound

---

[API](https://skmtc.net/d-id/apis/realtime-endpoints.md) · [All operations](https://skmtc.net/d-id/apis/realtime-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-id/realtime-endpoints/versions/2f2425e1b6b6/schema)
