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.
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
Format
int32PageToken.Skip?integer
Format
int32Response 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
}Gets the change history for an agent.
Returns a chronological list of all changes made to the agent, including configuration updates, deployments, and metadata changes.
Lists messages in a connector conversation.
Returns a paginated list of messages from a specific conversation, including both user messages and agent responses.