---
title: "Retrieve a single Time Sheet"
method: GET
path: "/v2/timeSheet/{id}"
tags: ["TimeSheets"]
---

# Retrieve a single Time Sheet

`GET /v2/timeSheet/{id}`

Retrieves a single Time Sheet by its ID.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

The requested Time Sheet.

- ResponseTimesheetV2Dto
  - `id` string — The ID of the time sheet (prefix `TS-`).
  - `techId` string — The ID of the user logged to this shift (prefix `USR-`).
  - `techName` string — The name of the user logged to this shift.
  - `startDate` string — The start date and time of the shift.
  - `endDate` string — The end date and time of the shift.
  - `notes` string — The notes of the shift.
  - `jobId` string — The ID of the job associated with this shift (prefix `JOB-`).
  - `laborCost` number — The labor cost per hour of this shift.
  - `shiftLength` string — The length of the shift in hours.

## Other responses

- `400` — The provided ID is not a valid time sheet ID.
- `401` — Missing or invalid authentication token.
- `404` — Time Sheet not found.

---

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