List API keys API Reference
GET /tenants/{tenant}/apikeys
GET
/tenants/{tenant}/apikeys
List all API keys for the tenant. Returns metadata only — the raw key value is only available at creation time and cannot be retrieved again. Admin only.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
Responses
Section titled “ Responses ”List of API keys
object
items
Array<object>
object
createdAt
string
Example
2026-03-15T08:00:00Z createdBy
string
Example
alice@acme.com displayName
string
Example
CI/CD Pipeline expiresAt
string
Example
2027-01-01T00:00:00Z id
string
Example
ak-a1b2c3d4 lastUsedAt
string
Example
2026-04-05T12:30:00Z role
string
Example
adminInvalid tenant name
object
code
string
error
string
field
string
message
string
severity
string
Missing or invalid authentication
object
code
string
error
string
field
string
message
string
severity
string
Admin access required
object
code
string
error
string
field
string
message
string
severity
string
Rate limit exceeded
object
code
string
error
string
field
string
message
string
severity
string