admin
Response
string | null
Cursor for the next page, or null when no more results remain.
boolean
Whether another page of results is available.
ApiKeyListItem[]
API key summaries.
ApiKeyListItem
string
API key ID.
string | null
API key name, or null when unnamed.
string[]
Scopes granted to this key.
string[] | null
Repository allowlist, or null when the key is not repo-scoped.
Record<string, unknown> | null
Additional API key metadata, or null when absent.
Record<string, string>
User-defined API key tags.
string | null
Last use time, or null when the key has not been used.
string | null
Expiration time, or null when the key does not expire.
string | null
Revocation time, or null when the key is active.
string
Creation time.
Raw filters
The high-level method currently accepts onlyorg. Use mesa.raw.listApiKeys(...) for generated filters such as query, status, scope, repo_id, cursor, and limit.
