Skip to main content

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

NameTypeRequiredDefaultDescription
user_idstring❌ No-Filter by owning user ID.
scopestring❌ No-Filter by scope. Pre-#1150 keys with NULL scope are returned under user.
include_system_managedboolean❌ No-Include OAuth/onboarding-managed keys (default false).
limitinteger❌ No-Page size (1-500, default 100).
cursorstring❌ No-Opaque pagination cursor.