---
title: "Get Chat Sessions"
method: GET
path: "/graph-project/{graph_project_id}/chat-sessions"
---

# Get Chat Sessions

`GET /graph-project/{graph_project_id}/chat-sessions`

List all chat sessions for a graph project.

## Path parameters

- `graph_project_id` string, required

## Response `200`

Successful Response

- GetChatSessionsResponse
  - `sessions` ChatSessionSummary[], required
    - `session_id` string, required
    - `harness` string, required
    - `llm` string, required
    - `title` string, required
    - `created_at` string, required
    - `last_message_at` string, required

## Other responses

- `422` — Validation Error

---

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