Desktime

Learn how to use Desktime with Composio

Overview

Enum

DESKTIME

Description

DeskTime is an automatic time tracking software that helps teams and freelancers monitor productivity, manage projects, and analyze work habits.

Authentication Details

Actions

Tool to create a new project with an optional initial task. use when you need to set up a new desktime project programmatically.

Action Parameters

project
stringRequired
task
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve detailed information about the authenticated user's company account. use after confirming the api key is valid to fetch company name, work settings, account timezone, and timestamp.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all employees in the company, including their roles and statuses. use after confirming valid credentials to fetch the organization’s roster.

Action Parameters

date
string
period
string

Action Response

data
object
error
string
successful
boolean
Tool to fetch data for all employees within the company. use after verifying the api key is valid.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve information about projects assigned to employees, including project names, durations, and statuses. use when you need to fetch per-employee project tracking data for a specific date.

Action Parameters

date
id
integer

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all active projects for the company, including related tasks. use when you need projects overview after authentication.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to check the api's availability and confirm the service is operational. use when you need to verify that the desktime api is reachable and responsive.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to start tracking time for a specified project and optional task. use when you need to begin timing work on a project and optionally tag a task.

Action Parameters

project
stringRequired
task
string

Action Response

data
object
error
string
successful
boolean
Tool to stop tracking time for a specified project and optional task. use when you have finished work and need to record end time.

Action Parameters

project
stringRequired
task
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve an employee's tracked projects and application usage. use when you need combined project/app time data for a given employee and date (defaults to current user and today). example: "get projects and apps for employee 711867 on 2025-07-28."

Action Parameters

date
string
id
string

Action Response

data
object
error
string
successful
boolean