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

# GET /api/sessions

`GET /api/sessions`

## Query parameters

- `session_id` integer
- `since` integer
- `limit` integer
- `offset` integer
- `user` string
- `app_name` string

## Headers

- `Cookie` string, required

## Response `200`

list the sessions

## Other responses

- `default` — generic error response

## Changes

- **2018-04-16** `8c899bbfd89c` — 1 info
  - added the new optional `query` request parameter `session_id`
- **2018-03-07** `f10bc87ab0f6` — 1 breaking
  - added the new required `header` request parameter `Cookie`
- **2018-03-03** `0c9dbbcf9091` — 1 info
  - endpoint added
- **2018-02-08** `ce2a09445269` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/laincloud/apis/entry/changes/api/sessions/get.md)

---

[API](https://skmtc.dev/laincloud/apis/entry.md) · [All operations](https://skmtc.dev/laincloud/apis/entry/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/laincloud/entry/revisions/fe7d4377654a/schema)
