profile_list
Retrieve browser profiles with pagination and filtering by group, ID, or serial number. Sort and limit results to find specific profiles quickly.
Instructions
List browser profiles with pagination and filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Items per page, max 100 (default: 50) | |
| group_id | No | Filter by group ID | |
| sort_type | No | Sort field (default: profile_no) | |
| profile_id | No | Filter by specific profile IDs | |
| profile_no | No | Filter by serial numbers | |
| sort_order | No | Sort order (default: desc) |