List Api Keys
API keys
List API keys
List an organization’s active API keys
GET
List Api Keys
List responses include each key’s name, key prefix, scopes, creation time, expiration, and last-used time — never the secret token.
Authorizations
Ardent API key (sk-ard_live_… / sk-ard_test_…) or a dashboard session token.
Path Parameters
Response
Active (unrevoked) keys, newest first.
When the key was created.
API key ID.
First characters of the key; the secret itself is never returned.
Human-readable key name.
Permission scopes granted to the key.
When the key expires. Null when it does not expire.
When the key last authenticated a request. Null when never used.
When the key was revoked. Null for active keys.
Who created the key: {email, full_name}.