pfm_get_posts
Retrieve paginated social posts and filter by platform, status, external ID, or account ID, with OR logic for multiple filters.
Instructions
Get a paginated list of social posts. Filter by platform, status, external ID, or social account ID. Multiple filter values use OR logic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return (default: 50) | |
| offset | No | Number of items to skip (default: 0) | |
| status | No | Filter by post status (OR logic): draft, scheduled, processing, processed | |
| platform | No | Filter by platforms (OR logic): bluesky, facebook, instagram, linkedin, pinterest, threads, tiktok, x, youtube | |
| external_id | No | Filter by your external IDs (OR logic) | |
| social_account_id | No | Filter by social account IDs (OR logic) |