List Conversations
List the org’s message threads (most recently active first).
A thread is included when one of its active participants is an accepted member of
your organisation. Each thread lists its active participants (user_id + role) and
its last-activity time. Message bodies are fetched separately (and only public,
visibility='everyone' messages are ever returned).
Authorizations
Org API key as Token token=ei_live_...
Query Parameters
Filter by type: direct | triad | group | classroom_feed
Records per page (default 20, max 100)
1 <= x <= 100Pagination offset
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).