list_activities
Fetch comments and likes on a shared album, with optional filters for a specific photo or activity type. Get user feedback and engagement in one JSON response.
Instructions
Comments and likes on a shared album, newest context included. Use this to read what the people an album is shared with have said about it or about one of its photos. Read-only.
Args:
album_id: The album whose activity to read.
asset_id: Only activity on this asset within the album.
activity_type: 'comment' or 'like'. Omit for both.
Returns: JSON with total and an activities array (id, type, comment, asset_id,
user name, created_at).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| asset_id | No | ||
| activity_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |