Lists conversations observed in the tenant.
Returns observed threads keyed by `(integrationId, address)`. All filters are AND'd together when supplied. `MessagesCount` / `Senders` / `LastMessageCreatedAt` are scoped to the same filter, so a per-config picker sees only what flowed through that config. Pass `onlyDiscovered=true` to surface chats the credentials can see but no traffic has arrived on yet (provider discovery seeded the row via Fruxon.Model.Messaging.ProviderThreads.ProviderThreadDiscoveryDispatcher).
Authorization
Bearer JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
The tenant identifier
Query Parameters
The maximum number of items to return per page
int32int32Opaque 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.
Restrict to conversations observed via this credentials envelope.
uuidRestrict to conversations with at least one message tied to this agent.
Restrict to conversations reachable through any of this participant's channels.
uuidRestrict to conversations that have at least one message linked to an execution fired by this trigger.
When true, returns only discovery-seeded rows (no real traffic yet).
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/conversations"{
"items": [
{
"id": "00000000-0000-0000-0000-000000000000",
"integrationId": "string",
"address": "string",
"name": "string",
"messagesCount": 0,
"lastMessageCreatedAt": 0,
"senders": []
}
],
"nextPageToken": "string",
"totalCount": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}