---
title: "List Chat Internal"
method: GET
path: "/v1/sessions/internal/{session_id}/chat"
tags: ["sessions"]
---

# List Chat Internal

`GET /v1/sessions/internal/{session_id}/chat`

Agent polls this for inbound in-meeting chat (Recall sessions). Returns
incoming messages newer than the agent's last-seen rowcount and the
venue signal (recall_bot_id) so the agent knows to route OUTBOUND chat
through Recall too. `since_id` is the count already consumed — chat
volume is tiny, so a monotonic ordered fetch is simplest and robust.

## Path parameters

- `session_id` string, required

## Query parameters

- `since_id` integer

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
