List schedules (on-call)
squadcast_list_schedulesList on-call schedules for a team. teamID is REQUIRED (use squadcast_list_teams to find it). Set myOnCall to filter to schedules where the token's own user is currently on call — the 'who's on call' lens. Squadcast: GET /v4/schedules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor → cursor. | |
| search | No | Free-text search → search. | |
| teamId | Yes | Team id whose schedules to list (required) → teamID. | |
| myOnCall | No | Only schedules where the token's user is on call now → myOnCall (the 'who's on call' lens). | |
| pageSize | No | Page size → pageSize. | |
| participants | No | Filter by participant user id(s) → participants. | |
| scheduleName | No | Filter by schedule name → scheduleName. |