bd5a5f406bca
List sprint schedules with pagination
Query parameters
Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.
Page number starting from 1.
Limit for the number of results per page.
Optional. Filter sprints by status (ACTIVE or CLOSED). Omit to include sprints in any state.
Optional. Filter sprints to specific team IDs. Omit to include sprints from all teams.
Optional. Filter sprints to specific assigned track IDs. Omit to include sprints for all tracks.
Optional. Filter sprints by title (substring match). Omit to return sprints regardless of title.
Optional. Fuzzy search across sprint title — tolerates typos and partial input (e.g. "onbording" finds "Onboarding", "onb" finds "Onboarding"), ranked by similarity. Composable with searchString.
Optional. Inclusive lower bound (>=) on the sprint due date, ISO 8601. Omit for no lower bound.
Optional. Exclusive upper bound (<) on the sprint due date, ISO 8601. Omit for no upper bound.