---
title: "Logs"
method: GET
path: "/system/log"
tags: ["system"]
---

# Logs

`GET /system/log`

Returns the latest log lines.

## Query parameters

- `areas` LogArea[]
- `level` 'FATAL' | 'ERROR' | 'WARN' | 'INFO' | 'DEBUG' | 'TRACE', required
- `count` integer
- `format` 'txt'

## Response `200`

Success

- object
  - `result` string[]

## Other responses

- `401` — Unauthorized - Login and try again

## Changes

- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `getSystemLogs` was added
- **2025-08-01** `2429e9297a5c` — 2 info
  - api operation id `getSystemLogs` removed and replaced with ``
  - the endpoint scheme security `bearerAuth` was removed from the API

[Change history](https://skmtc.dev/evcc-io/apis/evcc/changes/system/log/get.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/c4027a2cb484/schema)
