---
title: "Changes to List sessions"
method: GET
path: "/zones/{zoneId}/sessions"
---

# Changes to List sessions

`GET /zones/{zoneId}/sessions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 12 of 23 revisions.

- **2026-08-26** `d65d51379d93` — 8 info
- **2026-07-01** `2f5033ed4491` — 2 info
- **2026-06-17** `1a0dd4d857ee` — 1 info
- **2026-06-09** `7e0e4fa2e16f` — 1 info
- **2026-05-22** `ffb6f697525f` — 2 info
- **2026-04-20** `932699a5ea16` — 2 info
- **2026-04-02** `aee6e66de0d3` — 1 info
- **2026-03-16** `d3d69f45bfed` — 2 warning, 3 info
- **2026-03-10** `f4daf41e69b3` — 2 info
- **2026-03-09** `cb43483cd1b3` — 8 info
- **2026-02-24** `0aa1f5c87e81` — 2 warning
- **2026-02-10** `77b19755cae1` — 1 info

## Changes

- **2026-08-26** `d65d51379d93` — 8 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - added the optional property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/credentials` to the response with the `200` status
  - added the optional property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/groups` to the response with the `200` status
  - added the optional property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/role_assignments/items/group_id` to the response with the `200` status
  - the `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/role_assignments/items/role_identifier` response's property pattern `^[a-z0-9]+(?:[-_][a-z0-9]+)*$` was added for the status `200`
  - added the required property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/role_assignments/items/role_owner_type` to the response with the `200` status
  - added the required property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/role_assignments/items/source` to the response with the `200` status
- **2026-07-01** `2f5033ed4491` — 2 info
  - added the optional property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/application/allOf[subschema #1: Application]/metadata/icon_url` to the response with the `200` status
  - added the optional property `items/items/allOf[subschema #2]/anyOf[subschema #2: Application Session Type]/application/allOf[subschema #1: Application]/metadata/icon_url` to the response with the `200` status
- **2026-06-17** `1a0dd4d857ee` — 1 info
  - added the required property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/status` to the response with the `200` status
- **2026-06-09** `7e0e4fa2e16f` — 1 info
  - added the optional property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/role_assignments` to the response with the `200` status
- **2026-05-22** `ffb6f697525f` — 2 info
  - added the optional property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/grant_count` to the response with the `200` status
  - added the optional property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/session_count` to the response with the `200` status
- **2026-04-20** `932699a5ea16` — 2 info
  - added the required property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/application/allOf[subschema #1: Application]/consent` to the response with the `200` status
  - added the required property `items/items/allOf[subschema #2]/anyOf[subschema #2: Application Session Type]/application/allOf[subschema #1: Application]/consent` to the response with the `200` status
- **2026-04-02** `aee6e66de0d3` — 1 info
  - added the required property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/identifier` to the response with the `200` status
- **2026-03-16** `d3d69f45bfed` — 2 warning, 3 info
  - removed the optional property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/application/allOf[subschema #1: Application]/traits` from the response with the `200` status
  - removed the optional property `items/items/allOf[subschema #2]/anyOf[subschema #2: Application Session Type]/application/allOf[subschema #1: Application]/traits` from the response with the `200` status
  - the endpoint scheme security `OAuth2` was added to the API
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `iam_bearerAuth` was removed from the API
- **2026-03-10** `f4daf41e69b3` — 2 info
  - added `subschema #1, subschema #2` to the `items/items/` response property `allOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `items/items/` response property `allOf` list for the response status `200`
- **2026-03-09** `cb43483cd1b3` — 8 info
  - added the new optional `query` request parameter `after`
  - added the new optional `query` request parameter `before`
  - added the new optional `query` request parameter `expand[]`
  - added the new optional `query` request parameter `include_nested`
  - added the new optional `query` request parameter `limit`
  - added `subschema #1, subschema #2` to the `items/items/` response property `allOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `items/items/` response property `allOf` list for the response status `200`
  - added the required property `pagination` to the response with the `200` status
- **2026-02-24** `0aa1f5c87e81` — 2 warning
  - deleted the `query` request parameter `has_initiator`
  - deleted the `query` request parameter `parent_id`
- **2026-02-10** `77b19755cae1` — 1 info
  - added the required property `items/items/allOf[subschema #2]/anyOf[subschema #1: User Session Type]/user/allOf[subschema #1: User]/email_verified` to the response with the `200` status

---

[Operation](https://skmtc.dev/keycardai/apis/untitled-api/docs/zones/:zoneId/sessions/get.md) · [API](https://skmtc.dev/keycardai/apis/untitled-api.md) · [Page](https://skmtc.dev/keycardai/apis/untitled-api/changes/zones/:zoneId/sessions/get)
