---
title: "Get logs"
method: GET
path: "/logs"
tags: ["logs"]
---

# Get logs

`GET /logs`

Get recent log events, limited to a number defined in the Baleen configuration

## Response `200`

Successful operation

- Log[]
  - `message` string — The log message
  - `level` string — The log level
  - `logger` string — The name of the logger
  - `thread` string — The thread from which the log was sent
  - `timestamp` integer — The timestamp (since epoch) of the log

---

[API](https://skmtc.dev/dstl/apis/baleen.md) · [All operations](https://skmtc.dev/dstl/apis/baleen/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dstl/baleen/revisions/9a5624d56a15/schema)
