v1

latestOpenAPI 3.1.02026-07-2618690613.4 KB
API Tokens

List API tokens

<Note> This endpoint requires **Organization Admin** permissions. </Note>

List API tokens 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 - is returned.

get/v1/api-keys

Query parameters

type'organization' | 'personal' | 'mcp'

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
cursorstring uuid

Cursor for pagination.

pageSizeinteger

Number of items to return per page.

sortField'createdAt' | 'name'

Field to sort by.

sortDirection'asc' | 'desc'

Sort direction.

Response

API tokens retrieved successfully.