get-group-list
Retrieve and manage browser profile groups from AdsPower LocalAPI, enabling search by name with pagination support for efficient organization.
Instructions
Get the list of groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupName | No | The name of the group to search, use like to search, often used group name to find the group id, so eg: "test" will search "test" and "test1" | |
| size | No | The size of the page, max is 100, if get more than 100, you need to use the page to get the next page, default is 10 | |
| page | No | The page of the group, default is 1 |