projects_list
Retrieve a paginated list of projects filtered by status, phase, or archive state using cursor-based navigation.
Instructions
List projects with cursor-based pagination. Returns projects with filtering options by status, phase, and archive state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor | |
| limit | No | Items per page (max 500) | |
| filter_id | No | Filter by filter ID | |
| status | No | Comma-separated statuses (open, completed, canceled, deleted) | |
| phase_id | No | Filter by phase ID | |
| include_archived | No | Include archived projects |