---
title: "GET /listSessions"
method: GET
path: "/listSessions"
---

# GET /listSessions

`GET /listSessions`

List the sessions. This is not supported for custom container session pools.

## Query parameters

- `api-version` string, required
- `skip` integer

## Response `200`

The request has succeeded.

- SessionsListResponse — The sessions list response.
  - `sessions` Session[], required — The list of sessions.
    - `identifier` string, required — The identifier of the session.
    - `createdAt` string, date-time, required — The date and time when the session was created.
    - `lastAccessedAt` string, date-time, required — The date and time when the session was last accessed.
    - `expireAt` string, date-time, required — The date and time when the session will expire.
    - `etag` string, required — The ETag (or entity tag) HTTP response header is an identifier for a specific version of a resource. It lets caches be more efficient and save bandwidth, as a web server does not need to resend a full response if the content was not changed. It is a string of ASCII characters placed between double quotes, like "675af34563dc-tr34".
  - `nextLink` string, uri — The link to the next page of sessions.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** (2024-10-02-preview) `211cda7e572f` — 1 info
  - endpoint added
- **2025-09-05** (2024-10-02-preview) `f47dad5a0361` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/app-dynamicsessions/changes/listSessions/get.md)

---

[API](https://skmtc.dev/azure/apis/app-dynamicsessions.md) · [All operations](https://skmtc.dev/azure/apis/app-dynamicsessions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/app-dynamicsessions/revisions/acc255eeaad5/schema)
