---
title: "Returns a specific timesheet"
method: GET
path: "/timesheets/{timesheetId}"
tags: ["Timesheets"]
---

# Returns a specific timesheet

`GET /timesheets/{timesheetId}`

## Path parameters

- `timesheetId` integer, required

## Response `200`

Timesheet

- object
  - `data` Timesheet — A timesheet object. Available relations: employee, activities, changelog
    - `id` integer — ID
    - `employee_id` integer — Person
    - `start` string, date-time — Start
    - `end` string, date-time, nullable — End
    - `working_time` integer — Working time
    - `break_time` integer — Break
    - `source` string — Source
    - `source_external_id` string, nullable — Source ID
    - `first_line` string — First line
    - `icon` string — Icon
    - `created_at` string, date-time — Created
    - `updated_at` string, date-time — Updated

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `404` — The requested resource could not be found.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

---

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