ApiFruxon channel
Polls the recorded conversation rows since a cursor.
The SSE-less path: returns every recorded turn (inbound, captured replies, blocked notices) on the session's conversation with `CreatedAt` after since, oldest first.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
session*string
The session id to read.
tenant*string
The tenant identifier
Query Parameters
PageSize?integer
The maximum number of items to return per page
Format
int32PageToken.Skip?integer
Format
int32PageToken.Cursor?string
Opaque cursor token from an external system (e.g. RAG API). When set, M:Fruxon.Common.Collections.PageToken.AsString returns this value directly instead of encoding Fruxon.Common.Collections.PageToken.Skip.
since?integer
Unix-ms cursor; only rows created after it are returned.
Default
0Format
int64Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/fruxon/sessions/string/messages"{
"items": [
{
"kind": "string",
"from": "string",
"text": "string",
"target": "string",
"at": 0
}
],
"nextPageToken": "string",
"totalCount": 0
}Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}