FruxonDocs
ConnectorsConversations

Lists messages in a connector conversation.

Returns a paginated list of messages from a specific conversation, including both user messages and agent responses.

GET
/v1/tenants/{tenant}/agents/{agent}/connectorProviders/{connectorProvider}/conversations/{conversation}/messages

Path Parameters

agent*string

The unique identifier of the agent.

connectorProvider*string

The connector provider (e.g., slack, teams).

conversation*string

The conversation identifier.

tenant*string

The tenant identifier

Query Parameters

PageSize?integer
Formatint32
PageToken.Skip?integer
Formatint32

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/connectorProviders/string/conversations/string/messages"
{
  "items": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "connectorId": "00000000-0000-0000-0000-000000000000",
      "agentId": "string",
      "connectorProvider": "string",
      "conversationId": "string",
      "conversationName": "string",
      "from": "string",
      "message": "string",
      "attachments": [],
      "tenantId": "00000000-0000-0000-0000-000000000000",
      "createdAt": 0,
      "executionRecordId": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "nextPageToken": "string"
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}