---
title: "List user sessions"
method: GET
path: "/sessions"
tags: ["Sessions"]
---

# List user sessions

`GET /sessions`

## Response `200`

response

- union
  - SessionListItem
    - `id` string
    - `title` string
    - `startTime` string, date-time
  - Error
    - `error` boolean
    - `message` string[]

---

[API](https://skmtc.net/aws-samples/apis/gaia-rest-api.md) · [All operations](https://skmtc.net/aws-samples/apis/gaia-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/gaia-rest-api/revisions/c61f71119116/schema)
