get_following
Retrieve the list of accounts a Tableau Public user follows, including display names, bios, and latest workbooks. Supports pagination for exploring interests and discovering creators.
Instructions
Retrieves the list of accounts a Tableau Public user is following. Returns usernames, metadata (display names, bios), and latest workbook details for each followed account. Supports pagination with index and count parameters. Default returns 24 accounts per request (max 24). The index parameter increments by count for pagination (e.g., 0, 24, 48). Useful for understanding user interests and discovering related content creators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| index | Yes | ||
| username | Yes |