List channels
Channels
List channels
List channels with pagination and filtering.
Filter parameters support Supabase filter operators:
- Text fields (name, id_text, created_by_email): use
ilike.%value%for partial match - Date fields: use
gte.value,lte.value, etc. - Date range: use created_at_gt and created_at_lt for between queries
q is the free-text search box’s param: it narrows on channel name substring
plus a prefix full-text match over search_vector, and composes with the
column filters above.
List channels
Query Parameters
Required range:
1 <= x <= 1000Required range:
x >= 0Free-text search on channel name plus prefix full-text match, matching the global search. Composes with the column filters.
Available options:
name, created_at, updated_at Available options:
asc, desc Response
Successful Response