invoke

suspend fun invoke(userId: UUID, page: Long): ListPlansResponse

Retrieves all plans for a given user.

Return

A response containing a list of plans for the specified user, the total count of plans, and the offset.

Parameters

userId

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

page

The offset from which to retrieve the plans.