List org API keys
LLM Gateway: API Keys
List org API keys
Lists every gateway API key in the organization (one entry per key). The raw key value is never returned — only its prefix and metadata.
GET
List org API keys
Authorizations
JWT obtained through Barndoor's authentication flow. Pass the token
verbatim in Authorization: Bearer <token>. Use the Barndoor SDK's
loginInteractive() helper to obtain a token in scripts and notebooks.
Response
200 - application/json
List of API keys
Example:
"CI runner"
First 8 characters of the raw key — safe to display
Example:
"bd-abcde"
Assigned user, for personal-style keys. null for org / group keys.
