API Reference

Get time entries within a date range

View time entries filtered by start and end date.

By default, this endpoint returns time entries from the last 30 days created by the authenticated user.

To retrieve time entries for other users, you must include the assignee query parameter.

Only one of the following location filters can be included at a time: space_id, folder_id, list_id, or task_id.

*Note: A time entry that has a negative duration means that timer is currently running for that user.*

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Workspace ID

Query Params
number

Unix time in milliseconds

number

Unix time in milliseconds

number

Filter by user_id. For multiple assignees, separate user_id using commas.

Example: assignee=1234,9876

*Note: Only Workspace Owners/Admins have access to do this.*

boolean

Include task tags in the response for time entries associated with tasks.

boolean

Include the names of the List, Folder, and Space along with the list_id,folder_id, and space_id.

number

Only include time entries associated with tasks in a specific Space.

number

Only include time entries associated with tasks in a specific Folder.

number

Only include time entries associated with tasks in a specific List.

string

Only include time entries associated with a specific task.

boolean

If you want to reference a task by it's custom task id, this value must be true.

number

When the custom_task_ids parameter is set to true, the Workspace ID must be provided using the team_id parameter.

For example: custom_task_ids=true&team_id=123.

boolean

Include only billable time entries by using a value of true or only non-billable time entries by using a value of false.

For example: ?is_billable=true.

Headers
const
required
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json