ghl_social_csv_list
List statuses of CSV bulk-import batches for a location, with pagination support via skip and limit parameters.
Instructions
Lists the status of ALL CSV bulk-import batches for the location (operationId get-upload-status — the name is misleading; it's a paginated list, not a single status check). Supports skip/limit; userId query param is required per spec. Get Upload Status Get the status of all CSV imports for a location Endpoint: GET /social-media-posting/{locationId}/csv (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 |
|---|---|---|---|
| skip | No | Number of records to skip | 0 |
| limit | No | Maximum number of records to return | 10 |
| userId | Yes | User ID | |
| locationId | Yes | Location Id | |
| includeUsers | No | Include user data in response | |
| isFromTemplate | No | Filter CSVs imported from template library |