---
title: "Get a resource timesheet"
method: GET
path: "/v1/resources/{resourceId}/timesheets/{timesheetId}"
tags: ["Timesheets"]
---

# Get a resource timesheet

`GET /v1/resources/{resourceId}/timesheets/{timesheetId}`

Retrieve the details of a single timesheet for a resource (required scope resources:read)

## Path parameters

- `resourceId` integer, required
- `timesheetId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadTimesheetModel — Model for reading a timesheet
  - `id` integer — The unique identifier associated with the timesheet
  - `startedAt` string, date-time — The date and time the resource clocked in
  - `endedAt` string, date-time, nullable — The date and time the resource clocked out. Null if the resource has not yet clocked out
  - `status` 'unsigned' | 'signed' | 'queried' | 'rejected' | 'approved' | 'paid' — The status of a resource timesheet.<p>Possible values:</p><ul><li><b>unsigned</b>: The timesheet has not yet been signed by the resource.</li><li><b>signed</b>: The timesheet has been signed by the resource.</li><li><b>queried</b>: The timesheet has been queried and requires review.</li><li><b>rejected</b>: The timesheet has been rejected.</li><li><b>approved</b>: The timesheet has been approved.</li><li><b>paid</b>: The timesheet has been paid.</li></ul>
  - `totalHours` number, double — The total number of hours worked. Zero if the resource has not yet clocked out
  - `createdAt` string, date-time
  - `updatedAt` string, date-time — The date and time the timesheet was last updated

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
