SessionDetailResponse
Detailed view of a single session: metadata and chat history.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
id |
yes | string |
Session identifier. | — |
agentName |
yes | string |
Agent the session belongs to. | — |
tenantId |
no | string |
Tenant identifier. | — |
createdAt |
yes | string (date-time) |
Creation time. | — |
updatedAt |
yes | string (date-time) |
Last update time. | — |
messages |
no | null oneOf JsonElement |
— | — |
state |
yes | JsonElement |
Serialized session state. | — |