getTime
Retrieve logged time entries for accessible projects with customizable filters including date ranges, project status, and sorting options. Simplify time tracking insights with Teamwork MCP integration.
Instructions
Get all time entries. Return all logged time entries for all projects. Only the time entries that the logged-in user can access will be returned.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allocationId | No | filter by allocation id | |
billableType | No | filter by billable type | |
budgetId | No | filter by budget id | |
endDate | No | filter by an ending date | |
invoiceId | No | filter by invoice id | |
invoicedType | No | filter by invoiced type | |
orderBy | No | sort order | |
orderMode | No | order mode | |
page | No | page number | |
pageSize | No | number of items in a page | |
projectId | No | filter by project id (deprecated, use projectIds) | |
projectStatus | No | filter by project status | |
reportFormat | No | define the format of the report | |
startDate | No | filter by a starting date | |
taskId | No | filter by task id (deprecated, use taskIds) | |
tasklistId | No | filter by tasklist id | |
ticketId | No | filter by ticket id | |
updatedAfter | No | filter by updated after date | |
updatedBy | No | filter by the user who updated the timelog |