linear.getTeam accepts a stable UUID or short key such as ENG.
automations/get-linear-team.automation.ts
teamId. Optional second argument { account } defaults to the project binding. Returns the normalized LinearTeam.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get a Linear team by ID or issue key.
linear.getTeam accepts a stable UUID or short key such as ENG.
import { automation, onDashboardRun } from "automate.ax"
import { linear } from "automate.ax/linear"
export default automation("Get Linear team", () => {
onDashboardRun({ title: "Get Linear team" })
linear.getTeam({ teamId: "ENG" })
})
teamId. Optional second argument { account } defaults to the project binding. Returns the normalized LinearTeam.