List Hub Discussions
community-discussions
List Hub Discussions
Return a hub-wide feed of PUBLISHED discussions across all accessible spaces.
Aggregates discussions from every space the requesting member can access, sorted by (last_activity_at DESC, id DESC) with keyset cursor pagination.
ACL is evaluated in-query: restricted spaces are only included when the member belongs to the required segment (team-scoped, fail-closed). published_only is hardcoded — unpublished drafts are never returned.
Cursor format: <last_activity_at ISO>|<discussion_id>
GET
List Hub Discussions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.