Skip to main content
Use the command-line tool to inspect deployed automations across every organization and project available to your signed-in account:
Filter the list by organization, project, enabled state, or a search query:
Each result includes its active deployment, normalized trigger details such as HTTP endpoints, and the integration accounts assigned to its bindings. Only automations in a project’s active deployment appear.

Use structured output

Pass --json for agent and script workflows. Collection responses contain items and pageInfo. Send pageInfo.nextCursor back through --cursor when pageInfo.hasMore is true.
The Management API section exposes the same list, get, and update operations. Authentication determines the organizations and projects visible to the caller.

Turn an automation off or on

Turn off an automation to stop new trigger events from starting it. Existing work can finish, and the automation remains part of the active deployment.
Enable it again when you are ready to accept new events:
Turning an automation off or on doesn’t redeploy code or change integration account bindings.