list_social_accounts
List social accounts in your workspace. Filter by platform, username, or ID to get account IDs for creating posts.
Instructions
List the social accounts connected to your Post for Me workspace. Optionally filter by platform (instagram, tiktok, x, ...). Returns account ids you pass to create_post via social_accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Filter accounts by platform. | |
| username | No | Filter by account username/handle. | |
| id | No | Filter to specific social account ids. | |
| limit | No | Maximum number of items to return per page. | |
| offset | No | Number of items to skip (pagination offset). |