linear.getWorkspace gets the connected Linear workspace..
automations/linear-get-workspace.automation.ts
LinearOrganization. Optional second argument { account } selects the Linear binding.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get the connected Linear workspace.
linear.getWorkspace gets the connected Linear workspace..
import { automation, onDashboardRun } from "automate.ax"
import { linear } from "automate.ax/linear"
export default automation("Get workspace", () => {
onDashboardRun({ title: "Get workspace" })
linear.getWorkspace()
})
LinearOrganization. Optional second argument { account } selects the Linear binding.