get_posts_by_ids
Fetch full post details for up to 50 post IDs. Returns found posts and lists any missing IDs for data completeness.
Instructions
Retrieve full post details for a list of post IDs (max 50).
Returns found posts and a list of any IDs not found.
Args: query_id: Dataset ID from list_data_queries post_ids: List of post ID strings to retrieve (max 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | ||
| post_ids | Yes |