latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

content-allocation

List sprint schedules with pagination

get/api/v1/sprint

Query parameters

idsstring[] nullable

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.

pagenumber

Page number starting from 1.

limitnumber

Limit for the number of results per page.

status'ACTIVE' | 'CLOSED'

Optional. Filter sprints by status (ACTIVE or CLOSED). Omit to include sprints in any state.

teamIdsstring[]

Optional. Filter sprints to specific team IDs. Omit to include sprints from all teams.

trackIdsstring[]

Optional. Filter sprints to specific assigned track IDs. Omit to include sprints for all tracks.

searchStringstring

Optional. Filter sprints by title (substring match). Omit to return sprints regardless of title.

searchstring

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.

dueDatestring date-time
dueDateAfterstring date-time

Optional. Inclusive lower bound (>=) on the sprint due date, ISO 8601. Omit for no lower bound.

dueDateBeforestring date-time

Optional. Exclusive upper bound (<) on the sprint due date, ISO 8601. Omit for no upper bound.

createdAt'ASC' | 'DESC'
dueDate'ASC' | 'DESC'

Response