Skip to main content
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

execution_id
string
required
The execution UUID returned when the workflow was executed

Response

Returns a WorkflowExecutionResponse object. See Execute Workflow for the full response shape.

Example

MCP Tool

This endpoint is also available as the get_workflow_execution MCP tool: