---
title: "List Sessions"
method: GET
path: "/v1/session"
tags: ["session"]
---

# List Sessions

`GET /v1/session`

List all Real-Time API sessions that the owner of the API key has started.

## Response `200`

Successful Response

- SessionResponseModel[]
  - `id` string, required — The unique identifier (ID) of the session.
  - `created_at` string, date-time, required — The timestamp of when the session was created.
  - `avatar_id` string, required — The ID of the avatar used in the session.
  - `livekit_url` string, required — The LiveKit URL you chose when creating your LiveKit project.
  - `livekit_token` string, required — The LiveKit token used to join your LiveKit room.

---

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