Get detailed information about an execution including activity trace.
This endpoint retrieves comprehensive execution details including:
Args: execution_id: Execution UUID or Temporal workflow ID request: FastAPI request object (contains kubiya_token in state) organization: Current organization from auth db: Database session
Returns: WorkflowDetailsResponse with full execution details and activity trace
Raises: 404: Execution not found 403: Access denied (execution doesn’t belong to organization) 500: Failed to fetch execution details from Temporal
Enter your Kubiya API token (format: Bearer
Successful Response
Detailed workflow information
Temporal workflow ID
Temporal run ID
Workflow status
Execution entity ID
Execution status from DB
Task queue name
Workflow type
Temporal Web UI URL
Workflow execution trace
Workflow start time
Workflow close time
Execution duration in milliseconds
Execution attempt number
History event count
History size in bytes
Workflow input data
Recent workflow events