---
title: "Find time log by ID"
method: GET
path: "/time_logs/{id}.json"
tags: ["Time logs"]
---

# Find time log by ID

`GET /time_logs/{id}.json`

## Path parameters

- `id` string, required

## Response `200`

time log found

- TimeLog
  - `id` integer
  - `start` string, date-time
  - `stop` string, date-time
  - `hours` number
  - `comments` string
  - `user_id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `401` — missing or wrong api key
- `403` — insufficient permissions
- `404` — nothing found

---

[API](https://skmtc.net/hicknhack-software/apis/hourglass-api.md) · [All operations](https://skmtc.net/hicknhack-software/apis/hourglass-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hicknhack-software/hourglass-api/versions/42cc6d20ab5d/schema)
