ghl_funnel_get_pages_by_id
Retrieve pages of a specific funnel by location and funnel IDs, with pagination support.
Instructions
Fetch list of funnel pages Retrieves a list of all funnel pages based on the given query parameters. Endpoint: GET /funnels/page (Version header: none; source: v3/funnels-v3.json) Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | Yes | ||
| offset | Yes | ||
| funnelId | Yes | ||
| locationId | Yes |