Channels
List channels
Retrieve a paginated list of channels for the authenticated user.
GET
Returns channels that the authenticated user owns or is a member of. Channels are used to organize meetings by team, project, or topic. Results are ordered by most recently active.Documentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Number of channels to return per page. Must be between 1 and 100.
Number of channels to skip for pagination.
Filter channels by name. Performs a case-insensitive partial match (e.g.,
search=product matches “Product Team” and “Product Reviews”).Response
An array of channel objects.
Pagination metadata.