Skip to main content
List endpoints return a consistent envelope:

Parameters

limit
integer
default:"20"
Records per page. Minimum 1, maximum 100.
offset
integer
default:"0"
Number of records to skip. Combine with limit to page: ?limit=50&offset=100 returns records 101–150.

The meta object

Paging through everything

Increase offset by limit until a page returns fewer than limit records (or, where total is present, until offset + count >= total):
Single-record and rollup endpoints (e.g. /sessions/{id}, /reports/summary, /parents/{id}/balance) return the object directly, with no data/meta envelope.