List class-B agent-client integrations (operator)
ic_admin_agent_client_listList provisioned class-B integrations newest-first with usage stats (tokens issued, threads started, last seen). Operator-only (admin:agent_clients + live operator re-check). Secret hashes are never returned. calls_per_day / rejection_rate render absent until a per-call counter lands (v1 has none). Args: { include_revoked?: boolean (default true), limit?: number, offset?: number }. Returns: { ok, clients, has_more } — page past the cap with offset. Required scope: admin:agent_clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max clients (default 200). | |
| offset | No | Pagination offset (default 0). | |
| include_revoked | No | Include revoked clients (default true). |