コンテンツにスキップ

List API 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.

appId
required
string

Array of API keys (not wrapped in an object)

Array<object>
object
id
required
string
name
required
string
scope
required
string
Allowed values: subscribe_only notify full
last_used_at
required

Unix time in milliseconds; null until the key is first used

integer
nullable
created_at
required

Unix time in milliseconds

integer

Unauthorized

Insufficient API key scope

App not found (NOT_FOUND)