list-projects
Retrieve all workspace projects with pagination controls to manage and view project lists efficiently.
Instructions
List all projects in the workspace with optional pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | Number of items per page (default: 100, max: 100) | |
| cursor | No | Pagination cursor in format 'value:offset:is_prev' (optional) |