List Api Keys
Authentication
List Api Keys
List all API keys for the tenant.
Returns metadata about API keys without the actual key values.
Args: db: Async database session tenant_id: Active tenant ID current_user: Authenticated user (must be tenant_admin or tenant_owner)
Returns: List[APIKeyListItem]: List of API keys (without values)
GET
List Api Keys
Cookies
Response
Successful Response
API key ID
API key name
Key prefix for identification
Whether the key is active
Creation timestamp
API key scopes
Last usage timestamp
Revocation timestamp