buddypress_list_activities
Retrieve and filter BuddyPress activity stream items, including user posts, group updates, and comments, using parameters like user ID, group ID, search terms, and scope options.
Instructions
List activity stream items with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| per_page | No | Items per page (default: 20) | |
| search | No | Search term | |
| user_id | No | Filter by user ID | |
| group_id | No | Filter by group ID | |
| scope | No | Activity scope (all, friends, groups, favorites, mentions) | |
| display_comments | No | Include comments |