octo_search_profiles
Search Octo Browser profiles by partial name or tags to locate specific profiles programmatically.
Instructions
Search profiles by partial name or tags. Uses Cloud API. Requires OCTO_API_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tags to filter by | |
| limit | No | Maximum number of results | |
| search | No | Search string (by profile name) | |
| status | No | Filter by profile status (numeric code) | |
| ordering | No | Sort order: 'created', '-created', 'active', '-active', 'title', '-title' |