---
title: "List Workspace Chat Sessions"
method: GET
path: "/v1/insights-chat/sessions"
tags: ["insights-chat"]
---

# List Workspace Chat Sessions

`GET /v1/insights-chat/sessions`

## Query parameters

- `workspace_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- InterviewChatSessionOut[]
  - `id` string, uuid, required
  - `interview_id` string, uuid, nullable
  - `workspace_id` string, uuid, required
  - `title` string, nullable
  - `scope_interview_ids` string[], nullable
  - `model` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
