Skip to main content
GET
Get workflow run-now options

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

app_id
string
required

ID of the app whose workflows you want to work with.

workflow_id
string
required

ID of the workflow, as returned in id by List workflows.

Response

What a manual run needs, and which runs can be replayed.

Data for the builder's "Run now" dialog.

manual_run_config
TriggerManualRunConfig · object
required

What a manual run of this workflow needs.

recent_runs
RunItem · object[]

Runs whose payload you can replay, newest first, at most 20. Empty when the trigger needs no payload.

Example: