List API keys
GET /api/v1/apps/{appId}/keys
GET
/api/v1/apps/{appId}/keys
Returns the app’s API keys without the raw key material. Session token or full-scope API key. Equivalent to the MCP tool list_api_keys.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” appId
required
string
Responses
Section titled “ Responses ”Array of API keys (not wrapped in an object)
Array<object>
object
id
required
string
name
required
string
scope
required
string
last_used_at
required
Unix time in milliseconds; null until the key is first used
integer
created_at
required
Unix time in milliseconds
integer
Unauthorized
Insufficient API key scope
App not found (NOT_FOUND)