wetrack_list_projects
List and filter projects by search, status, date range, and pagination to locate specific project information.
Instructions
List projects with filtering, search, and pagination.
Args: minimal: If True, returns lightweight {id, name} list for dropdowns. search: Search by name, key, description, or manager name. status: Filter by status — 'NOT_STARTED', 'IN_PROGRESS', 'COMPLETED', 'ON_HOLD'. start_date: Filter projects starting on/after this date (YYYY-MM-DD). end_date: Filter projects ending on/before this date (YYYY-MM-DD). sort: Sort field — 'name', 'key', 'status', 'start_date', 'end_date', 'created_at'. order: Sort direction — 'asc' or 'desc'. page: Page number (default: 1). limit: Items per page (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| limit | No | ||
| order | No | ||
| search | No | ||
| status | No | ||
| minimal | No | ||
| end_date | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |