get_projects
Retrieve all projects within a workspace using filters such as name, client status, and user IDs to organize and manage project data effectively with Clockify integration.
Instructions
Get all projects in a workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archived | No | Filter by archived status | |
clientIds | No | Filter by client IDs (comma-separated) | |
clientStatus | No | Filter by client status | |
containsClient | No | Filter projects that have clients | |
isTemplate | No | Filter by template status | |
name | No | Filter by project name | |
page | No | Page number (default: 1) | |
pageSize | No | Page size (default: 50, max: 5000) | |
sortColumn | No | Sort column | |
sortOrder | No | Sort order | |
users | No | Filter by user IDs (comma-separated) | |
workspaceId | Yes | Workspace ID |