List API keys (admin)
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. |