ReferenceAppsConciergeClient
List messages
List messages in a support conversation with optional pagination
AuthorizationBearer <token>
Bearer token authentication. Use your API key as the bearer token.
In: header
Header Parameters
X-Bivariant-Space-Idstring
Space ID
X-Bivariant-Guest-Account-Id?string
Guest Account ID
Message listing input
conversationIdstring
ID of the conversation to list messages for
pagination?bv.Pagination
Pagination options
roomIdstring
ID of the room to list messages for
Response Body
curl -X POST "https://eu1.api.bivariant.com/v1/apps/bivariant.concierge/modules/client/actions/message.list" \ -H "X-Bivariant-Space-Id: string" \ -H "X-Bivariant-Guest-Account-Id: string" \ -H "Content-Type: application/json" \ -d '{ "conversationId": "string", "roomId": "string" }'[
{
"createdAt": "string",
"id": "string",
"parts": [
{
"assetId": "string",
"kind": "text",
"text": "string",
"thinking": "string",
"toolCalls": [
{
"id": "string",
"name": "string",
"parameters": null,
"preExecutionMessage": "string",
"response": null,
"taskId": "string",
"waitForExecution": true
}
]
}
],
"role": "string",
"updatedAt": "string"
}
]{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}