---
title: "Export time entries"
method: POST
path: "/timeEntries/export"
tags: ["Time Entries"]
---

# Export time entries

`POST /timeEntries/export`

Export time entries

## Request body

- ExportTimeEntries
  - `start` string, nullable
  - `end` string, nullable
  - `client_id` string, nullable
  - `project_id` string, nullable
  - `service_id` string, nullable
  - `user_ids` string[], nullable — Empty to request all users

## Response `200`

Success

## Other responses

- `401` — Error: Unauthorized

---

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