getSummary

abstract suspend fun getSummary(planId: UUID): GetSummaryResponse

Retrieves a summary of the plan based on the provided plan ID.

Return

The response containing the summary of the plan.

Parameters

planId

The unique identifier of the plan.