---
title: "Lists sessions for /detectLivenessWithVerify/SingleModal."
method: GET
path: "/detectLivenessWithVerify/singleModal/sessions"
---

# Lists sessions for /detectLivenessWithVerify/SingleModal.

`GET /detectLivenessWithVerify/singleModal/sessions`

List sessions from the last sessionId greater than the 'start'.

The result should be ordered by sessionId in ascending order.

## Query parameters

- `start` string
- `top` integer

## Response `200`

The request has succeeded.

- LivenessSessionItem[]
  - `id` string, required — The unique ID to reference this session.
  - `createdDateTime` string, date-time, required — DateTime when this session was created.
  - `sessionStartDateTime` string, date-time — DateTime when this session was started by the client.
  - `sessionExpired` boolean, required — Whether or not the session is expired.
  - `deviceCorrelationId` string — Unique Guid per each end-user device. This is to provide rate limiting and anti-hammering. If 'deviceCorrelationIdSetInClient' is true in this request, this 'deviceCorrelationId' must be null.
  - `authTokenTimeToLiveInSeconds` integer — Seconds the session should last for. Range is 60 to 86400 seconds. Default value is 600.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-07-13** `44e2cf82becd` — 1 info
  - endpoint added
- **2026-07-13** `e1f63ec9983b` — 1 info
  - endpoint added
- **2026-07-13** `5375faa8d134` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/ai-face/changes/detectLivenessWithVerify/singleModal/sessions/get.md)

---

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