---
title: "Lists all visible time logs"
method: GET
path: "/time_logs.json"
tags: ["Time logs"]
---

# Lists all visible time logs

`GET /time_logs.json`

## Response `200`

time logs found

- TimeLogIndexResponse
  - `count` integer
  - `offset` integer
  - `limit` integer
  - `records` 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

---

[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/revisions/42cc6d20ab5d/schema)
