List time entries
list_time_entriesRetrieve time entries for reporting on logged hours by client or work item, using OData filters and pagination.
Instructions
List individual time entries (read-only). Useful for reporting on time logged against clients or work items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results to return (1-100, default 100) | |
| skip | No | Number of results to skip, for pagination | |
| filter | No | OData $filter expression, e.g. "contains(FullName,'Smith')" or "PrimaryStatus eq 'InProgress'". Operators: eq, ne, gt, ge, lt, le, and, or, contains(). | |
| orderby | No | OData $orderby, e.g. "LastModifiedDateTime desc" |