ghl_brand_board_list_voices
Retrieve a paginated list of brand voices for a specified location, with optional search and deleted filter.
Instructions
List Brand Voices Get list of brand voices for a location Endpoint: GET /brand-boards/locations/{locationId}/brand-voices (Version header: v3; source: v3/brand-boards-v3.json) Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of brand voices to return. Defaults to 10, minimum is 1, maximum is 20 | |
| offset | No | Number of brand voices to skip for pagination. Defaults to 0, minimum is 0 | |
| search | No | Search text for brand voice name | |
| deleted | No | Whether to return deleted brand voices. Defaults to false | |
| locationId | Yes | Location ID |