automate.getProject gets one project by projectId.
automations/get-project.automation.ts
project:read.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get one Automate.ax project and its active automations.
automate.getProject gets one project by projectId.
import { automation } from "automate.ax"
import { automate } from "automate.ax/automate"
export default automation("Inspect project", () => {
automate.getProject({ projectId: "proj_123" })
})
project:read.