List projects
list_projectsList authenticated user's projects with paging, status filtering, search, sorting, and folder or star selection.
Instructions
GET /projects for the authenticated user. Supports paging, sorting, search, and status filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| search | No | ||
| sortBy | No | e.g. updatedAt, createdAt, name, lastInteractedAt | |
| status | No | ||
| starred | No | ||
| folderId | No | ||
| sortOrder | No |