ghl_social_get_csv_post
Retrieve details of a specific CSV import and its associated social media posts. Supports pagination to navigate through large result sets.
Instructions
Get CSV Post Get details of a specific CSV import including its posts Endpoint: GET /social-media-posting/{locationId}/csv/{id} (Version header: v3; source: v3/social-planner-v3.json) Pagination params: skip, limit — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | CSV Id | |
| skip | No | Number of records to skip | |
| limit | No | Maximum number of records to return | |
| locationId | Yes | Location Id |