---
title: "Get Task Time Entries"
method: GET
path: "/time-entry/task/{taskId}"
tags: ["Time Entries"]
---

# Get Task Time Entries

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

Get all time entries for a specific task

## Path parameters

- `taskId` string, required

## Response `200`

List of time entries for the task

- object[]
  - `id` string, required
  - `taskId` string, required
  - `userId` string, nullable, required
  - `description` string, nullable, required
  - `startTime` string, date-time, required
  - `endTime` string, date-time
  - `duration` number, nullable, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **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`
  - …2 more
- **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`
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/time-entry/task/:taskId/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/32cece1ebe43/schema)
