FruxonDocs
ConnectorsConversations

Lists known chat destinations for a specific connector instance.

Returns chats/channels/conversations that this connector has previously interacted with. Useful for populating destination dropdowns when configuring scheduled job outbound routes.

GET
/v1/tenants/{tenant}/agents/{agent}/connectors/{connectorProvider}/{connector}/knownChats
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The unique identifier of the agent.

connector*string

The unique identifier of the connector instance.

Formatuuid
tenant*string

The tenant identifier

connectorProvider*string

The connector provider type (e.g., telegram, whatsapp)

Query Parameters

PageSize?integer
Formatint32
PageToken.Skip?integer
Formatint32
PageToken.Cursor?string

Opaque cursor token from an external system (e.g. RAG API). When set, M:Fruxon.Common.Collections.PageToken.AsString returns this value directly instead of encoding Fruxon.Common.Collections.PageToken.Skip.

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/connectors/string/497f6eca-6276-4993-bfeb-53cbbbba6f08/knownChats"
{
  "items": [
    {
      "destinationId": "string",
      "name": "string",
      "messagesCount": 0,
      "lastMessageCreatedAt": 0,
      "senders": []
    }
  ],
  "nextPageToken": "string",
  "totalCount": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}