pfm_get_social_accounts
Fetch a paginated list of connected social accounts, with filters for platform, username, external ID, account ID, and connection status.
Instructions
Get a paginated list of connected social accounts. Filter by platform, username, external ID, account ID, or connection status. All filters use OR logic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by account IDs (OR logic), e.g. spc_xxxxxx | |
| limit | No | Number of items to return (default: 50) | |
| offset | No | Number of items to skip (default: 0) | |
| status | No | Filter by status (OR logic): connected, disconnected | |
| platform | No | Filter by platform(s) (OR logic): x, facebook, instagram, linkedin, etc. | |
| username | No | Filter by username(s) (OR logic) | |
| external_id | No | Filter by your external IDs (OR logic) |