---
title: "Get timers"
method: GET
path: "/api/v2/timers"
tags: ["Timers"]
---

# Get timers

`GET /api/v2/timers`

List all timers.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `timer` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterTimer — Filter parameters for listing timer resources, which represent live running timers for active time tracking.
    - `started_at` union — Filter by the date the timer was started.
      - object — Filter using explicit operator syntax.
        - `not_contain` StartedAt — unresolved $ref
        - `not_eq` StartedAt — unresolved $ref
        - `eq` StartedAt — unresolved $ref
        - `contains` StartedAt — unresolved $ref
      - StartedAt — unresolved $ref
    - `person_id` union — Filter by the associated person.
      - object — Filter using explicit operator syntax.
        - `contains` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
        - `not_contain` PersonId — unresolved $ref
        - `eq` PersonId — unresolved $ref
      - PersonId — unresolved $ref
    - `time_entry_id` union — Filter by the associated time entry.
      - object — Filter using explicit operator syntax.
        - `not_eq` TimeEntryId — unresolved $ref
        - `contains` TimeEntryId — unresolved $ref
        - `eq` TimeEntryId — unresolved $ref
        - `not_contain` TimeEntryId — unresolved $ref
      - TimeEntryId — unresolved $ref
    - `stopped_at` union — Filter by the date the timer was stopped.
      - object — Filter using explicit operator syntax.
        - `not_eq` StoppedAt — unresolved $ref
        - `contains` StoppedAt — unresolved $ref
        - `not_contain` StoppedAt — unresolved $ref
        - `eq` StoppedAt — unresolved $ref
      - StoppedAt — unresolved $ref

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection timer

---

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