passgage_list_night_works
Fetch night work records with optional filtering by name or active status, and pagination to control page and page size.
Instructions
List night_works 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) |