Get API key
Returns a specific API key’s metadata
keys:read scope. Naturally idempotent.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.Authorizations
API key authentication.
Keys start with ak_ prefix.
Example: Authorization: Bearer ak_live_xxxxxxxxxxxx
Path Parameters
Workspace identifier
API key identifier
Response
OK
API key metadata (excludes the secret key value).
Unique identifier for the API key
Workspace this key belongs to
Human-readable name for the key
Key prefix for identification (e.g. "ak_live_abcdefgh")
Key profile derived from granted scopes
inference, management, mixed Granted permission scopes
Whether the key is currently active
When the key was created
Per-key rate limit in requests per minute (null inherits workspace default)
Expiration timestamp (null means no expiration)
When the key was last used (null if never used)
ID of the API key that created this key (null if created via dashboard)