Find a project
clockify_find_projectSearch for a project by name to retrieve its ID and other matching candidates for Clockify API operations.
Instructions
Looks a project up by name and returns the candidates with their ids — the quickest way from what a person calls a project to what the API needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Part of a project name, case-insensitive | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. | |
| include_archived | No | Also search archived projects |