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

# List all conversations

`GET /conversations`

Returns all conversations.

## Query parameters

- `after` string, nullable
- `before` string, nullable
- `limit` integer

## Response `200`

OK

- PAConversationPagedDocsExample
  - `url` string
  - `results` PAConversationDTO[]
    - `id` string — The ID of the conversation
    - `status` 'open' | 'done' | 'spam' | 'archived' | 'snoozed'
    - `channel` PAConversationMessageChannelDTO
      - `id` string
      - `type` 'sms' | 'mail' | 'google_business_messaging' | 'whats_app' | 'facebook_messenger' | 'telegram' | 'live_chat' | 'instagram'
      - `url` string
    - `inbox` PAInboxDTO
      - `id` string — The ID of the inbox
      - `name` string — The name of the inbox
      - `url` string — The URL of the inbox resource
    - `labels` PAConversationLabelDTO[] — The labels assigned to the conversation
      - `id` string — The ID of the label
      - `name` string — The name of the label
      - `url` string — The URL of the label resource
    - `assigned_users` PAConversationAssignedUserDTO[] — The users assigned to the conversation
      - `id` string — The ID of the assigned user
      - `email` string — The email address of the assigned user
      - `url` string — The URL of the user resource
    - `contacts` PAConversationContactDTO[] — The contacts linked to the conversation
      - `id` string — The ID of the contact linked to the conversation
      - `url` string — The URL of the contact resource
    - `snoozed_until` string, date-time, nullable — The time until which the conversation is snoozed
    - `time_window` PAConversationTimeWindowDTO
      - `state` 'open' | 'closed'
      - `open_until` string, date-time, nullable — The time until which the conversation remains open
    - `url` string — The URL of the conversation resource
  - `pagination` Pagination
    - `next_cursor` string, nullable
    - `previous_cursor` string, nullable
    - `next_url` string, nullable
    - `previous_url` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
