Skip to content

List API keys

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
error
string

Missing or invalid authentication

object
error
string

Admin access required

object
error
string

Rate limit exceeded

object
error
string