---
title: "Get time tracking policies"
method: GET
path: "/api/v2/time_tracking_policies"
tags: ["Time Tracking Policies"]
---

# Get time tracking policies

`GET /api/v2/time_tracking_policies`

List all time tracking policies.

## Query parameters

- `filter` union — Filter schema for `time_tracking_policy` 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.
  - FilterTimeTrackingPolicy — Filter parameters for listing time tracking policy resources, which define rules governing how time entries are tracked for people.
    - `id` union — Filter by time tracking policy ID.
      - object — Filter using explicit operator syntax.
        - `not_contain` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `contains` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
      - Id — unresolved $ref
    - `name` union — Filter by policy name.
      - object — Filter using explicit operator syntax.
        - `not_contain` Name — unresolved $ref
        - `contains` Name — unresolved $ref
        - `eq` Name — unresolved $ref
        - `not_eq` Name — unresolved $ref
      - Name — unresolved $ref
    - `status` union — Filter time tracking policies by archival status; active (1) or archived (2).
      - Status — unresolved $ref
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `eq` Status — unresolved $ref
        - `not_eq` Status — unresolved $ref
        - `not_contain` Status — unresolved $ref
        - `contains` Status — unresolved $ref
    - `person_id` union — Filter by the people assigned to the policy.
      - PersonId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
        - `eq` PersonId — unresolved $ref
        - `contains` PersonId — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection time tracking policy

---

[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/7fff49576138/schema)
