---
title: "Generate printable work record"
method: GET
path: "/v1/tasks/print/{id}"
tags: ["Task"]
---

# Generate printable work record

`GET /v1/tasks/print/{id}`

Generates a PDF document containing a formatted work record for the specified task, including all details, times, expenses, and notes.

## Path parameters

- `id` string, required

## Response `200`

PDF document containing the work record

## Other responses

- `400` — Bad request - invalid task ID
- `401` — Not authorized - invalid or missing authentication
- `404` — Task not found

---

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