# CommsListConversationsResponse

Model ID: `CommsListConversationsResponse`

Response for GET /communications/conversations.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `conversations` | array of [`ConversationRecord`](./ConversationRecord.md) | Yes |  |  |  | No | Conversations for the caller's tenant. |
| `total` | `integer` | Yes |  |  |  | No | Number of conversations in this response. |

## Example

None declared in canonical OpenAPI.
