Skip to main content
GET
List chat histories for a specific assistant specialization

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

identifier
string
required

Identifier of the assistant specialization

Query Parameters

limit
integer<int32>
default:20

Maximum number of chat histories to return

Required range: 1 <= x <= 100
offset
integer<int32>
default:0

Number of chat histories to skip (pagination offset)

Required range: x >= 0
tenantId
string

Filter chat histories by tenant ID

subtenantId
string

Filter chat histories by subtenant ID (end user/entity inside a tenant)

Response

List of chat histories for the assistant specialization

chatUid
string
required

Unique identifier for the chat session

assistantIdentifier
string
required

Identifier for the assistant specialization used

createdAt
string<date-time>
required

Timestamp when the chat was created

messages
object[]
required

Messages exchanged in the chat

metadata
object

Custom metadata associated with the chat