---
title: "List all Worked Time by contract 🇫🇷"
method: GET
path: "/companies/{companyId}/contracts/time"
tags: ["Contract"]
---

# List all Worked Time by contract 🇫🇷

`GET /companies/{companyId}/contracts/time`

Returns the worked time for every contract for the given pay period. This list is paginated.
\
**Required scopes**: *time:read*

## Path parameters

- `companyId` string, required

## Query parameters

- `nextPageToken` string
- `maxResults` string
- `date` string, required

## Response `200`

Returns the worked time for every contract for the given pay period. Note : this endpoint is only available for French companies for now.

- object
  - `contracts` object[], required
    - `effectiveWorkedTime` number, nullable, required — It will be available if `time:read` scope is set on the token.
    - `payedWorkedTime` number, nullable, required — It will be available if `time:read` scope is set on the token.
    - `workTimeUnit` 'days' | 'hours', nullable, required — It will be available if `time:read` scope is set on the token.
    - `contractId` string, required
  - `meta` object, required
    - `nextPageToken` string, nullable
    - `count` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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