read_workflow_trigger_parameters
Retrieve input parameters required by workflow triggers to ensure correct invocation before starting a run.
Instructions
Read the input parameters a workflow's triggers expect — what a caller must supply to start it. Use this before authoring a webhook/cron/conditional trigger, or before start_workflow_run, so the trigger input matches. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow's id. |