POST /workflows/{workflow_name}/run
callback_url is provided
When a callback_url is provided, PromptLayer will POST the following to your callback URL when the agent completes:
final_output structure matches the response from the GET /workflow-version-execution-results endpoint.Your API key for authentication.
The name of the workflow to execute.
Parameters to run a workflow.
Specify a workflow label name to run a specific labeled version.
Specify a workflow version number to run a specific version.
A dictionary of metadata key-value pairs.
A dictionary of input variables required by the workflow.
If set to true, all outputs from the workflow execution will be returned.
Workflow execution created successfully
Response after initiating a workflow execution.