ReferenceAppsConciergeAdmin

List messages

List all messages for a specific conversation in a room

POST
/apps/bivariant.concierge/modules/admin/actions/message.list
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Header Parameters

X-Bivariant-Space-Idstring

Space ID

List messages 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/admin/actions/message.list" \  -H "X-Bivariant-Space-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"
}