List Rate Cells
List the org’s rate-matrix cells — student rates per (band × tier × subject × session kind), plus the in-person surcharge.
Scoped directly by organization_id. Tutor-pay fields are pay-sensitive and
only included when include_pay=true.
Authorizations
Org API key as Token token=ei_live_...
Query Parameters
Filter by rate band UUID
Filter by tutor tier UUID
Filter by subject id, e.g. methods_34
1on1_online, 1on1_inperson, group, classroom
Include pay-sensitive tutor-pay fields (tutor_pay_mode, tutor_pay_pct, tutor_flat_rate_cents). Default false.
Opaque cursor from a previous response's meta.next_cursor, or the literal 'start' to begin cursor paging from the newest record. When set, offset is ignored and results page by a stable (created_at, id) keyset — recommended for large or incremental syncs.
Records per page (default 20, max 100)
1 <= x <= 100Pagination offset (ignored when cursor is set)
x >= 0Response
Successful Response
Pagination envelope metadata. count is the size of the returned page;
total (when present) is the full result-set size for offset paging.
In cursor mode offset/total are absent and next_cursor carries the
opaque token for the next page (null on the last page).