---
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

- string[]

## Other responses

- `401` — Unauthorized - Login and try again

---

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