# Sprints

Read sprints from scrum projects: the full list visible to the key, the project's current active sprint, or one record by ID. A sprint ID is also used by operations on the columns of its board.

**Scope:** `task` | **Base URL:** `https://vibecode.bitrix24.com/v1` | **Auth:** `X-Api-Key`

## Operations

- [List sprints](./sprints/list.md) — `GET /v1/scrum/sprints`
- [Active sprint](./sprints/active.md) — `GET /v1/scrum/sprints/active?groupId=N`
- [Get a sprint](./sprints/get.md) — `GET /v1/scrum/sprints/:id`

## Statuses

The `status` field has three possible values: `planned` for a planned sprint, `active` for the current sprint, and `completed` for a completed sprint.

## See also

- [Scrum kanban stages](/docs/scrum/stages)
- [Scrum epics](/docs/scrum/epics)
- [Task placement](/docs/scrum/tasks)
- [Scrum](/docs/scrum)
