---
title: "Get Session"
method: GET
path: "/v1/session/{id}"
tags: ["session"]
---

# Get Session

`GET /v1/session/{id}`

Get a Real-Time API session by ID.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- SessionResponseModel — Represents a Beyond Presence Real-Time API session.
  - `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.

## Other responses

- `422` — Validation Error

---

[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)
