Workflow Endpoints
Get WorkflowRun
Once a workflow has been run, take the workflowRunId to check the status and output of a specific WorkflowRun.
Path
workflowRunId
string
The ID of the WorkflowRun that was outputted after a Workflow was run through the API.
Response
success
boolean
A true or false value for whether the request was successful.
workflowRun
WorkflowRun
An object representing a WorkflowRun.
See the WorkflowRun object for the shape of the data.