---
title: "Gets activity log entries."
method: GET
path: "/System/ActivityLog/Entries"
tags: ["ActivityLog"]
---

# Gets activity log entries.

`GET /System/ActivityLog/Entries`

## Query parameters

- `startIndex` integer, nullable — Optional. The record index to start at. All items with a lower index will be dropped from the results.
- `limit` integer, nullable — Optional. The maximum number of records to return.
- `minDate` string, date-time, nullable — Optional. The minimum date. Format = ISO.
- `hasUserId` boolean, nullable — Optional. Filter log entries if it has user id, or not.

## Response `200`

Activity log returned.

- ActivityLogEntryQueryResult
  - `Items` ActivityLogEntry[], nullable — Gets or sets the items.
    - `Id` integer — Gets or sets the identifier.
    - `Name` string, nullable — Gets or sets the name.
    - `Overview` string, nullable — Gets or sets the overview.
    - `ShortOverview` string, nullable — Gets or sets the short overview.
    - `Type` string, nullable — Gets or sets the type.
    - `ItemId` string, nullable — Gets or sets the item identifier.
    - `Date` string, date-time — Gets or sets the date.
    - `UserId` string, uuid — Gets or sets the user identifier.
    - `UserPrimaryImageTag` string, nullable — Gets or sets the user primary image tag.
    - `Severity` 'Trace' | 'Debug' | 'Information' | 'Warning' | 'Error' | 'Critical' | 'None'
  - `TotalRecordCount` integer — The total number of records available.
  - `StartIndex` integer — The index of the first record in Items.

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