List API tokens
This endpoint requires Organization Admin permissions.
List API token in the organization - including Organization API keys, Personal Access Tokens, and MCP OAuth grants - with optional filtering by type. Only metadata - not actual secret values - are returned.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Query Parameters
Filter by token type. Omit to return all types.
organization- Organization-level API key. Not tied to a specific user.personal- Personal access token. Acts as a specific user.mcp- MCP OAuth grant issued during the OAuth authorization flow
organization, personal, mcp Cursor for pagination.
Number of items to return per page.
1 <= x <= 100Field to sort by.
createdAt, name Sort direction.
asc, desc