passgage_list_shifts
List shifts from Passgage with optional filters and pagination. Retrieve specific records by criteria like name or active status.
Instructions
List shifts with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| filters | No | Ransack-style filters (e.g., {"name_cont": "test", "is_active_eq": true}) | |
| per_page | No | Number of items per page (max: 50, default: 25) |