pfm_get_post_results
Retrieve paginated social post results with filters for post IDs, platforms, or social account IDs. See success/failure status, errors, platform URLs, and per-platform data.
Instructions
Get a paginated list of social post results. Filter by post IDs, platform(s), or social account IDs (all use OR logic). Results show success/failure, errors, platform URL, and per-platform data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return (default: 50) | |
| offset | No | Number of items to skip (default: 0) | |
| post_id | No | Filter by post IDs (OR logic) | |
| platform | No | Filter by platform(s) (OR logic): x, facebook, instagram, etc. | |
| social_account_id | No | Filter by social account IDs (OR logic) |