ClickUp Time & Reporting

Time tracking, analytics, goals, and documentation for ClickUp

Integration Operations & Process Management Free ⭐ Featured ✓ Official

Requirements

Comprehensive time tracking, analytics, and goal management for ClickUp workspaces. Search and manage time entries, run timers, track goals with key results, organize documentation, and analyze team productivity.

Includes:

    1. GET /team/{team_id}/time_entries (search entries)
    2. POST /team/{team_id}/time_entries (create entry)
    3. PUT /team/{team_id}/time_entries/{timer_id} (update entry)
    4. DELETE /team/{team_id}/time_entries/{timer_id} (delete entry)
    5. POST /team/{team_id}/time_entries/start (start timer)
    6. POST /team/{team_id}/time_entries/stop (stop timer)
    7. GET /team/{team_id}/time_entries/current (get running timer)
    8. GET /team/{team_id}/time_entries/tags (get time labels)
    9. POST /team/{team_id}/time_entries/tags (add labels)
    10. PUT /team/{team_id}/time_entries/tags (rename label)
    11. DELETE /team/{team_id}/time_entries/tags (remove labels)
    12. GET /team/{team_id}/docs (search documents)
    13. GET /team/{team_id}/docs/{doc_id} (get document)
    14. POST /team/{team_id}/docs/search (search content)
    15. GET /team/{team_id}/goal (search goals)
    16. POST /team/{team_id}/goal (create goal)
    17. GET /goal/{goal_id} (get goal)
    18. PUT /goal/{goal_id} (update goal)
    19. DELETE /goal/{goal_id} (delete goal)
    20. GET /goal/{goal_id}/key_result (get targets)
    21. POST /goal/{goal_id}/key_result (create target)
    22. PUT /key_result/{key_result_id} (update target)
    23. DELETE /key_result/{key_result_id} (delete target)