superops_technicians_list
Retrieve a list of technicians from SuperOps.ai, filterable by active status and team, with pagination support.
Instructions
List technicians (agents) in SuperOps.ai. Can filter by active status or team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results (default: 50, max: 500) | |
| cursor | No | Pagination cursor for fetching next page | |
| teamId | No | Filter by team/group ID | |
| activeOnly | No | Show only active technicians (default: true) |