social_media_posting_get_posts
Fetch social media posts using filters for date range, type, accounts, and status. Retrieve scheduled, draft, published, or failed posts for analysis.
Instructions
Get posts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | Yes | ||
| type | No | type must be one of the following values: recent, all, scheduled, draft, failed, in_review, published, in_progress and deleted | |
| limit | Yes | ||
| toDate | Yes | To Date | |
| accounts | No | List of account Ids seperated by comma as a string | |
| fromDate | Yes | From Date | |
| postType | No | Post Type must be one of the following values: - post, story, reel | |
| locationId | No | Location Id Defaults to GHL_LOCATION_ID when omitted. | |
| includeUsers | Yes | Include User Data |