listPlans

open suspend override fun listPlans(userId: UUID, page: Long): ListPlansResponse

Retrieves a list of plans for a user with pagination.

Return

The response object containing a list of plans.

Parameters

userId

The UUID of the user whose plans are to be retrieved.

page

The page number for pagination.