List API keys for the tenant
apikeys
List API keys for the tenant
GET
List API keys for the tenant
Authorizations
SDK API key (tl_...) or Clerk session JWT
Response
Key list
Local user ID of the dashboard user who created the key (TRU-207).
null for keys created before the column was introduced, keys
created by API-key auth (SDK-created keys carry no user identity),
or keys whose creator was subsequently deleted — the FK is
ON DELETE SET NULL.
API-key scope allowlist (TRU-180). An empty or omitted array
grants legacy full access; any non-empty set restricts the key
to the listed scopes (e.g. ["query"] for read-only MCP keys).