Skip to main content
GET
List API tokens

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Query Parameters

type
enum<string>

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
Available options:
organization,
personal,
mcp
cursor
string<uuid>

Cursor for pagination.

pageSize
integer
default:20

Number of items to return per page.

Required range: 1 <= x <= 100
sortField
enum<string>
default:createdAt

Field to sort by.

Available options:
createdAt,
name
sortDirection
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

API tokens retrieved successfully.

pageInfo
object

Pagination information for paginated responses.

records
object[]