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

# Get a time entry

`GET /time_entries/{id}`

Returns a specific time entry

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- TimeEntry — Time entry resource
  - `id` integer
  - `team_id` integer
  - `project_id` integer, nullable
  - `task_id` integer, nullable
  - `profile_id` integer, nullable
  - `user_id` integer, nullable
  - `quantity` number — Hours logged
  - `description` string, nullable
  - `billed_status` 'unbilled' | 'billed' | 'fixed' | 'non-billable'
  - `date` string, date
  - `timer_status` 'stopped' | 'running'
  - `seconds` integer
  - `seconds_running` integer
  - `hours` number
  - `value` number
  - `cost` number
  - `yield` number

## Other responses

- `401` — Unauthenticated
- `404` — Not found

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
