---
title: "Get all keys."
method: GET
path: "/Auth/Keys"
tags: ["ApiKey"]
---

# Get all keys.

`GET /Auth/Keys`

## Response `200`

Api keys retrieved.

- AuthenticationInfoQueryResult
  - `Items` AuthenticationInfo[], nullable — Gets or sets the items.
    - `Id` integer — Gets or sets the identifier.
    - `AccessToken` string, nullable — Gets or sets the access token.
    - `DeviceId` string, nullable — Gets or sets the device identifier.
    - `AppName` string, nullable — Gets or sets the name of the application.
    - `AppVersion` string, nullable — Gets or sets the application version.
    - `DeviceName` string, nullable — Gets or sets the name of the device.
    - `UserId` string, uuid — Gets or sets the user identifier.
    - `IsActive` boolean — Gets or sets a value indicating whether this instance is active.
    - `DateCreated` string, date-time — Gets or sets the date created.
    - `DateRevoked` string, date-time, nullable — Gets or sets the date revoked.
    - `DateLastActivity` string, date-time
    - `UserName` string, nullable
  - `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)
