ghl_link_search_trigger
Search for trigger links by query. Returns a paginated list of links matching the search string.
Instructions
Search Trigger Links Get list of links by searching Endpoint: GET /links/search (Version header: v3; source: v3/links-v3.json) OAuth scopes: links.readonly Pagination params: skip, limit — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Numbers of query results to skip | |
| limit | No | Limit on number of search results | |
| query | No | Search query as a string | |
| locationId | Yes | Location Id |