Skip to main content
GET
Read the caller's org mu ledger entries

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.

cursor
string

Opaque sequence cursor from a previous page's nextCursor.

from
string<date-time>

Inclusive lower bound on entry creation time (ISO-8601).

to
string<date-time>

Inclusive upper bound on entry creation time (ISO-8601).

limit
integer

Page size. Upstream clamps to 1..500 (default 100).

Required range: 1 <= x <= 500

Response

A page of ledger entries plus nextCursor (mnemom-mu response, passed through verbatim).

The response is of type object.