Billing
List Invoices
Retrieve all invoices for your organisation, including billing period usage and document references.
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 invoices generated for your organisation. Each invoice corresponds to a billing period and includes afile_ref — a reference to the invoice PDF document. Use this endpoint to build an invoice history view in your own billing portal or to programmatically retrieve billing data for accounting systems.
Invoices are generated automatically at the end of each billing period and include your base subscription charge plus any overage calls billed at your tier’s overage rate.
Path Parameters
Your organisation’s unique identifier.
Query Parameters
Filter invoices. Example:
filter=sub_id=3 for all invoices under a specific subscription.Example:
sort=created_at:desc for most recent invoices first.Results per page. Maximum 300.
Page number.

