---
title: "Get a specific timer"
method: GET
path: "/timers/{id}"
tags: ["Timers"]
---

# Get a specific timer

`GET /timers/{id}`

Retrieve a single timer by its ID

## Path parameters

- `id` integer, required

## Response `200`

Successful operation

- object
  - `message` string
  - `timer` object
    - `id` integer
    - `status` string
    - `logs` object[]
      - `start_date` integer
      - `end_date` integer, nullable
    - `description` string, nullable
    - `time_type_id` integer, nullable
    - `date_log` string, date
    - `object` object[]
    - `break_down` object
      - `h` integer
      - `m` integer
      - `s` integer
      - `total` integer
    - `more_than_one_minute_message` string

## Other responses

- `404` — Timer not found
- `500` — Internal server error

---

[API](https://skmtc.net/app4legal/apis/a4l-money-api.md) · [All operations](https://skmtc.net/app4legal/apis/a4l-money-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/app4legal/a4l-money-api/revisions/e0d144609998/schema)
