API Tokens
List API Tokens
Retrieve all API tokens for your organisation. Supports filtering, sorting, and pagination.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.voxmind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns a paginated list of all API tokens associated with your organisation. Use this to audit active tokens, find tokens that haven’t been used recently, and identify tokens that should be rotated or revoked. Token values are never returned in list or get responses — only metadata. The raw bearer token string is only ever shown once, at creation time.Path Parameters
Your organisation’s unique identifier.
Query Parameters
Comma-separated filter conditions. Supports
=, !=, and comparators gt, gte, lt, lte, like, ilike.Example: filter=enabled=true,friendly_name=like:production%Comma-separated sort fields with direction. Example:
sort=created_at:desc,friendly_name:ascNumber of results per page. Maximum 300.
Page number. Check the
X-Total-Pages response header for the total number of pages.
