runrunit_list_projects
Retrieve all projects from Runrun.it with optional filters by client, group, active or closed status, and pagination.
Instructions
List all projects from Runrun.it. Optional filters: client_id, project_group_id, is_closed, is_active, page, limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Items per page (1-100) | |
| client_id | No | Filter by client ID | |
| is_active | No | Filter by active state | |
| is_closed | No | Filter by closed state | |
| project_group_id | No | Filter by project group ID |