list_squad_members
Fetch members of a hiring squad with cursor-based pagination. Provide a team ID and optionally set page size or cursor to navigate results.
Instructions
List members of a hiring squad (cursor-paginated; Growth+)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque cursor from next_cursor / previous_cursor of a prior page | |
| team_id | Yes | ||
| page_size | No | Results per page (default 20, max 100) |