List API keys (admin)
Coming soon
The v2 MCP API is in preview and not yet generally available. These pages document its tools and request/response shapes; live data access is limited to enrolled organizations until v2 is released.
List API keys across all users in the org with owner email, scope, last-used timestamp, and 12-character key prefix. The raw key is NEVER returned. Requires an admin-scoped API key.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
user_id | string | ❌ No | - | Filter by owning user ID. |
scope | string | ❌ No | - | Filter by scope. Pre-#1150 keys with NULL scope are returned under user. |
include_system_managed | boolean | ❌ No | - | Include OAuth/onboarding-managed keys (default false). |
limit | integer | ❌ No | - | Page size (1-500, default 100). |
cursor | string | ❌ No | - | Opaque pagination cursor. |