Auth & Key Management
List API keys
List all DB-backed API keys, optionally filtered by tenant.
GET
Returns metadata for all API keys stored in the database. Plaintext keys and hashes are never included. Requires the master key. DB-backed auth must be enabled.Documentation Index
Fetch the complete documentation index at: https://isol8.notdhruv.com/llms.txt
Use this file to discover all available pages before exploring further.
Filter keys by tenant identifier. Omit to list all keys.
Array of key metadata objects ordered by creation date (newest first).Each object contains:
id, name, keyPrefix, tenantId, createdAt, expiresAt, lastUsedAt, revoked.