getPlan

abstract suspend fun getPlan(planId: UUID): GetPlanResponse

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

Return

The response containing the details of the plan.

Parameters

planId

The unique identifier of the plan.