FruxonDocs
ConnectorsConversations

Lists conversations for a connector.

Returns a paginated list of conversations from an external connector (e.g., Slack channels, Teams chats) that the agent has participated in.

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

Path Parameters

agent*string

The unique identifier of the agent.

connectorProvider*string

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

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"
{
  "items": [
    {
      "id": "string",
      "provider": "string",
      "name": "string",
      "messagesCount": 0,
      "lastMessageCreatedAt": 0
    }
  ],
  "nextPageToken": "string"
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}