---
title: "GET /conversations"
method: GET
path: "/conversations"
tags: ["Conversations"]
---

# GET /conversations

`GET /conversations`

Get a list of all available Conversations in the collection.

## Query parameters

- `limit` integer
- `offset` integer
- `created` string, date-time
- `events.created.at` string, date-time
- `id` string
- `instance_id` string

## Response `200`

- ConversationsConversation[]
  - `id` string
  - `instance_id` string, required
  - `topic` string, required
  - `type` 'conversation' | 'notes'
  - `status` 'open' | 'closed'
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
  - `accounts` ConversationsAccount[], required
    - `id` string, required
    - `name` string
    - `icon` string, nullable
  - `creator` ConversationsActor — Connect Actor details. `id` -- id of the actor. `name` -- name of the actor. `icon` -- icon of the actor.
    - `id` string
    - `name` string
    - `icon` string
  - `created` string, date-time

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
