Skip to main content
  • runs — start, monitor, and control workflow runs.
  • workflowActions — execute workflow actions.

Properties

WorkflowRunsResource
required
AgentWorkflowActionsResource
required

Methods

get()

Retrieve a workflow by ID or slug.

Parameters

string | number
required
Numeric id or slug.
{ view: VariationView; includeVariation: boolean }

Returns

Promise<object> The workflow.

list()

List workflows.

Parameters

Returns

Promise<Page<object>> A page of workflows.