list_projects
List all projects visible to your token, including numeric IDs. Search by title, filter archived, and paginate results.
Instructions
List projects visible to the configured token, with their numeric ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| query | No | Search by project title. | |
| per_page | No | Items per page (max 1000). | |
| is_archived | No | Filter on the archived flag. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| items | No | ||
| total | No | ||
| per_page | No | ||
| total_pages | No |