Get workflow run-now options
Tells you what Run a workflow now needs for this workflow.
When manual_run_config.requires_previous_run is false the workflow runs with an empty payload and you can call run-now with an empty body. When it is true the trigger’s payload refers to real data in the app, so a manual run has to replay a previous run’s payload and you pass one of the recent_runs IDs as replay_from_run_id.
Every run listed in recent_runs is known to be replayable, so a run-now using one should not be refused. The list holds at most 20 runs and is empty when the trigger needs no payload.
This endpoint is limited to 30 requests per minute.
Authorizations
Personal API key.
Path Parameters
ID of the app whose workflows you want to work with.
ID of the workflow, as returned in id by List workflows.
Response
What a manual run needs, and which runs can be replayed.