invoke

suspend fun invoke(planId: UUID): GetSummaryResponse

Retrieves a summary of the specified plan.

Return

The summary response containing the plan, tasks, and error logs.

Parameters

planId

The ID of the plan to retrieve the summary for.

Throws

If the plan is not found.