---
title: "Project time logs report"
method: POST
path: "/reporting/project-timelogs"
tags: ["Reporting"]
---

# Project time logs report

`POST /reporting/project-timelogs`

Project time logs report. Includes request parameters, authorization expectations, and response details.

## Request body

- ReportingProjectTimeLogsRequest
  - `id` string, uuid, required — Project ID
  - `duration` string, nullable — Date range preset key (e.g., last_week, last_month)
  - `date_range` string[], nullable

## Response `200`

Project time logs retrieved

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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