Linear

by tacticlaunch
Verified

linear_getWorkflowStates

Get workflow states for a team

Input Schema

NameRequiredDescriptionDefault
includeArchivedNoWhether to include archived states (default: false)
teamIdYesID of the team to get workflow states for

Input Schema (JSON Schema)

{ "properties": { "includeArchived": { "description": "Whether to include archived states (default: false)", "type": "boolean" }, "teamId": { "description": "ID of the team to get workflow states for", "type": "string" } }, "required": [ "teamId" ], "type": "object" }