---
title: "Get Time Entry"
method: GET
path: "/time-entry/{id}"
tags: ["Time Entries"]
---

# Get Time Entry

`GET /time-entry/{id}`

Get a specific time entry by ID

## Path parameters

- `id` string, required

## Response `200`

Time entry details

- object
  - `id` string, required
  - `taskId` string, required
  - `userId` string, required
  - `description` string, required
  - `startTime` unknown, required
  - `endTime` unknown
  - `duration` number, required
  - `createdAt` unknown, required

## Changes

- **2026-03-04** `298877d6a79a` — 3 breaking
  - response property `description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `duration` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `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 `description` became nullable for the status `200`
  - the response property `duration` became nullable for the status `200`
  - the response property `userId` became nullable for the status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - …2 more
- **2026-01-11** `f6c7baa36924` — 1 breaking, 1 info
  - the response property `endTime` became optional for the status `200`
  - removed `subschema #1, subschema #2` from the `endTime` response property `anyOf` list for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/time-entry/:id/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/30ebdae189bc/schema)
