List channel guests
People who appeared as guests on the channel, with q/field/sort/order filtering. DOCUMENTED EXCEPTION to the standard list contract: the response is and no next_cursor is returned, so pages past the first are not reachable through this route today.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
1 <= x <= 100Substring filter over the row's text columns (e.g. video title, channel name, description).
Restrict the q filter to one column. Default "any" (all searchable columns).
Sort key. Rows default to newest first; supported values vary by list (e.g. "date", "channel").
Sort direction. Default desc.
asc, desc Response
Success