list_post_results
Check delivery outcomes for social posts: returns recent published or failed posts with each platform's individual result, indicating success or error.
Instructions
Check delivery outcomes: returns recent published or failed posts with each platform's individual result (success, or the error that occurred). Pass postId to inspect one post's delivery; omit it to scan recent posts filtered by status. Use after publish_post to verify delivery, or when the user asks why a post didn't appear on a platform. For engagement metrics rather than delivery status, use list_analytics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum posts to return (1-50). | |
| postId | No | Restrict to a single post's results. When set, status and limit are ignored. | |
| status | No | Which recent posts to scan when postId is omitted: successfully published, or failed deliveries. | published |