---
title: "GET /users/me/sessions"
method: GET
path: "/users/me/sessions"
tags: ["sessions"]
---

# GET /users/me/sessions

`GET /users/me/sessions`

自分のログインセッションリストを取得します。

## Response `200`

セッションリストを返します。

- Session[]
  - `id` string, uuid
  - `lastIP` string
  - `lastUserAgent` string
  - `lastAccess` string, date-time
  - `createdAt` string, date-time

## Other responses

- `403` — 権限がありません。

## Changes

- **2019-07-24** `66a69a1387ed` — 1 info
  - api operation id `getSessions` was added
- **2019-07-05** `6956f2622a20` — 5 info
  - api operation id `getSessions` removed and replaced with ``
  - endpoint reactivated
  - added the non-success response with the status `403`
  - removed the non-success response with the status `410`
  - …1 more

[Change history](https://skmtc.dev/traptitech/apis/traq-api/changes/users/me/sessions/get.md)

---

[API](https://skmtc.dev/traptitech/apis/traq-api.md) · [All operations](https://skmtc.dev/traptitech/apis/traq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/traptitech/traq-api/revisions/84d2b25db3ba/schema)
