---
title: "Get timesheets"
method: GET
path: "/api/v2/timesheets"
tags: ["Timesheets"]
---

# Get timesheets

`GET /api/v2/timesheets`

List all timesheets.

## Query parameters

- `filter` union — Filter schema for `timesheet` 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.
  - FilterTimesheet — Filter parameters for listing timesheet resources, which group a person's time entries for a given week for approval.
    - `creator_id` union — Filter by the person who created the timesheet.
      - CreatorId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` CreatorId — unresolved $ref
        - `not_eq` CreatorId — unresolved $ref
        - `not_contain` CreatorId — unresolved $ref
        - `eq` CreatorId — unresolved $ref
    - `date` union — Filter by the timesheet date.
      - Date — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Date — unresolved $ref
        - `contains` Date — unresolved $ref
        - `not_eq` Date — unresolved $ref
        - `not_contain` Date — unresolved $ref
    - `person_id` union — Filter by the associated person.
      - object — Filter using explicit operator syntax.
        - `eq` PersonId — unresolved $ref
        - `not_contain` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
        - `contains` PersonId — unresolved $ref
      - PersonId — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection timesheet

---

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