---
title: "Changes to Get task time entries"
method: GET
path: "/time-entry/task/{taskId}"
---

# Changes to Get task time entries

`GET /time-entry/task/{taskId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 23 revisions.

- **2026-08-24** `200744ae0bef` — 10 breaking, 1 info
- **2026-08-24** `08bbb5bedb5d` — 1 breaking, 4 info
- **2026-07-11** `32cece1ebe43` — 3 breaking, 1 info
- **2026-03-05** `c45ef22a736c` — 3 breaking, 3 info
- **2026-03-04** `298877d6a79a` — 3 breaking
- **2026-02-21** `4b8811b821e6` — 3 breaking, 3 info
- **2026-01-11** `f6c7baa36924` — 1 breaking, 1 info
- **2025-12-11** `93b231773126` — 1 breaking, 8 info

## Changes

- **2026-08-24** `200744ae0bef` — 10 breaking, 1 info
  - the `items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `items/createdAt` from the response with the `200` status
  - removed the required property `items/description` from the response with the `200` status
  - removed the required property `items/duration` from the response with the `200` status
  - removed the required property `items/endTime` from the response with the `200` status
  - removed the required property `items/id` from the response with the `200` status
  - removed the required property `items/startTime` from the response with the `200` status
  - removed the required property `items/taskId` from the response with the `200` status
  - removed the required property `items/updatedAt` from the response with the `200` status
  - removed the required property `items/userId` from the response with the `200` status
  - added `#/components/schemas/TimeEntry, subschema #2` to the `items/` response property `allOf` list for the response status `200`
- **2026-08-24** `08bbb5bedb5d` — 1 breaking, 4 info
  - the response property `items/endTime` became nullable for the status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - the response property `items/endTime` became required for the status `200`
- **2026-07-11** `32cece1ebe43` — 3 breaking, 1 info
  - the `items/createdAt` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `items/endTime` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - the `items/startTime` response's property type/format changed from ``/`` to `string`/`date-time` for status `200`
  - added the required property `items/updatedAt` to the response with the `200` status
- **2026-03-05** `c45ef22a736c` — 3 breaking, 3 info
  - the response property `items/description` became nullable for the status `200`
  - the response property `items/duration` became nullable for the status `200`
  - the response property `items/userId` became nullable for the status `200`
  - response property `items/description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/duration` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-03-04** `298877d6a79a` — 3 breaking
  - response property `items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/duration` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/userId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-02-21** `4b8811b821e6` — 3 breaking, 3 info
  - the response property `items/description` became nullable for the status `200`
  - the response property `items/duration` became nullable for the status `200`
  - the response property `items/userId` became nullable for the status `200`
  - response property `items/description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/duration` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `items/userId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-01-11** `f6c7baa36924` — 1 breaking, 1 info
  - the response property `items/endTime` became optional for the status `200`
  - removed `subschema #1, subschema #2` from the `items/endTime` response property `anyOf` list for the response status `200`
- **2025-12-11** `93b231773126` — 1 breaking, 8 info
  - the `items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `items/createdAt` to the response with the `200` status
  - added the required property `items/description` to the response with the `200` status
  - added the required property `items/duration` to the response with the `200` status
  - added the required property `items/endTime` to the response with the `200` status
  - added the required property `items/id` to the response with the `200` status
  - added the required property `items/startTime` to the response with the `200` status
  - added the required property `items/taskId` to the response with the `200` status
  - added the required property `items/userId` to the response with the `200` status

---

[Operation](https://skmtc.dev/usekaneo/apis/kaneo-api/docs/time-entry/task/:taskId/get.md) · [API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [Page](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/time-entry/task/:taskId/get)
