get_projects
Retrieve projects from TimeChimp with pagination, filtering, and sorting options to manage project data efficiently.
Instructions
Retrieve all projects from TimeChimp
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of projects to return (1-10000, default: 100) | |
| skip | No | Number of projects to skip for pagination (default: 0) | |
| count | No | Whether to include the total count of results (default: true) | |
| expand | No | Comma-delimited list of properties to expand (e.g., "customer,tasks") | |
| active_only | No | Only return active projects (default: false) | |
| filter | No | OData filter expression (e.g., "name eq 'Project Name'" or "active eq true") | |
| orderby | No | OData orderby expression (e.g., "name desc" or "createdAt desc") |