list_user_projects
Retrieve all projects created by a specific user in WebSim, with options to limit results and paginate through the list.
Instructions
List all projects for a specific user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | Username | |
| limit | No | Number of projects to return (default: 20) | |
| offset | No | Number of projects to skip (default: 0) |