---
title: "Gets a list of available server log files."
method: GET
path: "/System/Logs"
tags: ["System"]
---

# Gets a list of available server log files.

`GET /System/Logs`

## Response `200`

Information retrieved.

- LogFile[]
  - `DateCreated` string, date-time — Gets or sets the date created.
  - `DateModified` string, date-time — Gets or sets the date modified.
  - `Size` integer — Gets or sets the size.
  - `Name` string, nullable — Gets or sets the name.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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