Workflows
Get Workflow Execution
Retrieve the result of a workflow execution
GET
Overview
Retrieves the full result of a workflow execution including the status and output of each step. Use this to check on a previously triggered execution. Auth: Accepts either JWT or API key (danube-api-key header). Only the user who triggered the execution can retrieve it.
Path Parameters
The execution UUID returned when the workflow was executed
Response
Returns aWorkflowExecutionResponse object. See Execute Workflow for the full response shape.
Example
MCP Tool
This endpoint is also available as theget_workflow_execution MCP tool:
