---
title: "Get Sessions"
method: POST
path: "/api/v1/ai-video-chat/sessions"
tags: ["aiVideoChat"]
---

# Get Sessions

`POST /api/v1/ai-video-chat/sessions`

Get all chat sessions for the current user

## Request body

- SessionListRequestDTO
  - `limit` integer, nullable
  - `offset` integer, nullable

## Response `200`

Successful Response

- ChatSessionResponseDTO[]
  - `id` string, uuid4, required
  - `title` string, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable, required
  - `message_count` integer, nullable
  - `user_tweaks` object, nullable
  - `confirmed_script` object, nullable
  - `is_generating` object, nullable

## Other responses

- `422` — Validation Error

---

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