---
title: "List multiple time-entries"
method: GET
path: "/api/v3/timeentries"
tags: ["TimeEntries"]
---

# List multiple time-entries

`GET /api/v3/timeentries`

List all time-entries satisfying query filters.

For technical purposes, a time-entry of duration 00:00:00 will be returned for any day if :
- The day belongs to a Timesheet that is at least submitted,
- And the day has 00:00:00 total working time (a public holiday, a full-day absence, a working day without any work)

Read more about the [time-entry object](/api-reference/legacy/timmi-timesheet/time-entries/time-entry).

Please see [this guide](/api-reference/legacy/timmi-timesheet/guides/retrieve-time-entries) on how to retrieve `time-entries` the right way.

## Query parameters

- `paging` string, required
- `ownerId` integer[]
- `startsAt` string
- `axisSections.id` string
- `axisSections.code` string[]
- `modifiedAt` string
- `archivedAt` string
- `orderBy` string

## Response `200`

OK

- object
  - `data` object
    - `count` integer
    - `items` TimeEntry[]

## Other responses

- `400` — Problem
- `401` — Problem
- `404` — Problem
- `500` — Problem

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
