API Keys
List API keys
List your Personal Access Tokens scoped to the current workspace, latest first. Returns a plain array (no pagination).
GET
Response
Plain array of API key objects. The plain token value is only shown once at creation — these objects are metadata only.The list is scoped to the calling user in the current workspace. Tokens created by other workspace members are not returned, even though they may have access to the same workspace.
API key UUID.
API key label.
ISO 8601 timestamp of the last time this key authenticated a request.
null if never used.ISO 8601 expiration timestamp.
null if the key does not expire.ISO 8601 creation timestamp.

