---
title: "List system logs by date range with paging"
method: GET
path: "/api/v1/logs"
tags: ["Logs"]
---

# List system logs by date range with paging

`GET /api/v1/logs`

## Query parameters

- `fromDate` string, date-time, required
- `toDate` string, date-time, required
- `skip` integer
- `take` integer

## Response `200`

OK

- EyleanApplicationQueriesIntegrationLogEntry[]
  - `id` string, uuid, required
  - `timestamp` string, date-time, required
  - `level` integer, required
  - `message` string, nullable, required
  - `version` string, nullable, required
  - `userId` string, uuid, nullable
  - `environment` string, nullable, required
  - `application` string, nullable, required
  - `clientIP` string, nullable, required
  - `elapsed` number, double, nullable
  - `httpStatusCode` integer, nullable

---

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