Skip to main content
GET
Read the caller's org mnemom-native monthly usage statement

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Query Parameters

org_id
string

Target org id. Defaults to the caller's primary org. A caller who is not a member of this org is denied 403.

period
string
required

The statement month, as YYYY-MM (UTC-keyed, matching the ledger).

Pattern: ^\d{4}-(0[1-9]|1[0-2])$

Response

The native monthly statement (mnemom-billing response, passed through verbatim): {accountId, period, lines, totalUsd}.

The response is of type object.