Get a task
clockify_get_taskFetch complete task information from Clockify using the task ID, with optional project or workspace identifiers for precise retrieval.
Instructions
One task in full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id | |
| project_id | No | Project id | |
| project_name | No | Project name instead of the id | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |