list_projects
Retrieve project lists filtered by name, status, and pagination. Get active or archived projects with 100 records per page.
Instructions
Retrives list of projects based on various filter criteria.
Args: filter_name: to filter projects with name containing the specified value filter_status: to filter projects by their status. Two supported values 'active' or 'archived' page: controls number of records in output, every page contains 100 records. Default is 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| filter_name | No | ||
| filter_status | No |