Path Parameters
The ID of the user to get projects for
Query Parameters
The absolute page number to fetch (1-based).
Number of items per page. Default is 20.
Sort order for pagination. Options: ASC, DESC. Default is ASC.
The cursor or value to paginate after (for relative pagination).
The cursor or value to paginate before (for relative pagination).
Limits the result to the first N items (after cursor).
Limits the result to the last N items (before cursor).
Include the total count in the response.