focus_list_projects
Retrieve a list of projects from a Toggl Focus workspace, with filtering by name, client, tags, archived/completed/pinned status, and pagination.
Instructions
Toggl Focus/2.0: list projects in a workspace. Not Track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by project or client name | |
| page | No | Page number (default 1) | |
| pinned | No | ||
| tag_id | No | ||
| archived | No | ||
| per_page | No | Results per page (default 50, max 100) | |
| client_id | No | ||
| completed | No | ||
| workspace_id | No | Workspace ID. Defaults to TOGGL_WORKSPACE_ID or cached context. | |
| organization_id | No | Organization ID. Defaults to TOGGL_ORGANIZATION_ID or cached context. |