List API keys
API Keys
List API keys
List all API keys belonging to the authenticated user.
Each entry exposes its workspace scope via scopes. Every scope entry carries a scope_type:
workspace— the key is explicitly scoped to that workspace, with its own per-workspace permission (viewer,editor, orowner).global— the key has no explicit scope rows and reaches every workspace you can access;scopesthen lists those workspaces with your own current role on each (the effective access ceiling). A global key never mixes the two types.
GET
List API keys
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A page number within the paginated result set.
Number of results to return per page.