Skip to main content
GET

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

string
required
Your organisation’s unique identifier.

Query Parameters

string
Filter subscriptions. Example: filter=plan_id=2 to find all subscriptions on the Growth plan.
string
Sort order. Example: sort=start_date:desc for most recent first.
integer
default:"100"
Results per page. Maximum 300.
integer
default:"1"
Page number.