Skip to content

List API keys API Reference

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.

tenant
required
string

Tenant name

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
admin

Invalid 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