Billing
List Subscriptions
Retrieve all subscriptions for your organisation, including current plan, billing period dates, and subscription status.
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 list of subscription records for your organisation. In most cases, your organisation will have one active subscription at a time — the history of past subscriptions is accessible here if you need to audit plan changes or billing periods. Subscriptions are managed via the Voxmind dashboard rather than the API — this endpoint is primarily for reading state, not for changing plans. To upgrade or downgrade your plan, use the self-service billing section at developers.voxmind.ai/billing.Path Parameters
Your organisation’s unique identifier.
Query Parameters
Filter subscriptions. Example:
filter=plan_id=2 to find all subscriptions on the Growth plan.Sort order. Example:
sort=start_date:desc for most recent first.Results per page. Maximum 300.
Page number.

