ConnectorsConversations
Lists messages in a connector conversation.
Returns a paginated list of messages from a specific conversation, including both user messages and agent responses.
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
Format
int32PageToken.Skip?integer
Format
int32Response 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
}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.
Lists all integrations in the workspace.
Returns all configured integrations, including API connections, webhooks, and third-party tool configurations.