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

# Get a Time Entry

`GET /timeEntries/{id}`

Get a Time Entry

## Path parameters

- `id` string, required

## Response `200`

Time entry retrieved successfully

- object
  - `data` TimeEntry
    - `id` string, ulid
    - `user_id` string, ulid
    - `client_id` string, ulid
    - `project_id` string, ulid
    - `service_id` string, ulid
    - `description` string
    - `billable` boolean
    - `billed` boolean
    - `billed_at` string, date-time
    - `is_interrupt` boolean
    - `started_at` string, date-time
    - `ended_at` string, date-time
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` string, date-time
    - `ext_tool_id` string, ulid
    - `temp_id` string
    - `push_state` integer
    - `push_errors` string[]

## Other responses

- `401` — Error: Unauthorized
- `404` — Resource or page not found.

---

[API](https://skmtc.net/timelink/apis/timelink-api.md) · [All operations](https://skmtc.net/timelink/apis/timelink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timelink/timelink-api/versions/113f9953e62a/schema)
