Linear

by tacticlaunch
Verified

linear_getCycles

Get a list of all cycles

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of cycles to return (default: 25)
teamIdNoID of the team to get cycles for (optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of cycles to return (default: 25)", "type": "number" }, "teamId": { "description": "ID of the team to get cycles for (optional)", "type": "string" } }, "type": "object" }