linear_getActiveCycle
Get the active cycle for a team by its ID, enabling quick retrieval of the team's current sprint or iteration details.
Instructions
Get the currently active cycle for a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | ID of the team to get the active cycle for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| team | No | ||
| endsAt | No | ||
| number | No | ||
| progress | No | ||
| startsAt | No | ||
| issueCount | No | ||
| completedAt | No | ||
| description | No | ||
| completedIssueCount | No |