---
title: "Get Node Session"
method: GET
path: "/api/agent-chat/nodes/{node_id}/session"
tags: ["AgentChat"]
---

# Get Node Session

`GET /api/agent-chat/nodes/{node_id}/session`

Return the persistent session row for ``(user, node_id, workflow_id)``.

Two different workflows can hold a node with the same ``node_id``
(Kirbi defaults to ``node1`` in every new workflow). The session is
therefore scoped by ``workflow_id`` to keep chat histories isolated.

## Path parameters

- `node_id` string, required

## Query parameters

- `workflow_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/b6c76b02a94a/schema)
