wetrack_list_sprints
List sprints across all projects or a single project, with optional filters for name, status, and completion. Use to retrieve sprint data for planning and tracking.
Instructions
List sprints across all projects or scoped to one project.
Args: project_id: Filter to a single project's sprints (UUID). search: Case-insensitive substring match against sprint name. status: Comma-separated sprint statuses — 'PLANNED', 'IN_PROGRESS', 'COMPLETED'. include_completed: Pass False to exclude completed sprints. page: Page number (default: 1). limit: Items per page (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| search | No | ||
| status | No | ||
| project_id | No | ||
| include_completed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |