---
title: "List all the sidebar for a conversation"
method: GET
path: "/v1/conversations/{conversation_id}/sidebars"
tags: ["Sidebars"]
---

# List all the sidebar for a conversation

`GET /v1/conversations/{conversation_id}/sidebars`

Lists all the sidebar for a conversation

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- ExternalApiListResponseExternalSidebar
  - `data` ExternalSidebar[], required
    - `id` string, uuid, required
    - `conversationId` string, uuid, required
    - `number` integer, required
    - `createdAt` string, date-time, required
    - `messages` ExternalEmailSidebarMessage[], required
      - `id` string, uuid, required
      - `sidebarId` string, uuid, required
      - `sender` EmailAddress, required
        - `name` string, nullable
        - `address` string, required
        - `inferredName` boolean
      - `to` EmailAddress[], required
        - `name` string, nullable
        - `address` string, required
        - `inferredName` boolean
      - `cc` EmailAddress[], nullable
        - `name` string, nullable
        - `address` string, required
        - `inferredName` boolean
      - `subject` string, required
      - `body` string, required
      - `attachments` Attachment[], nullable
        - `name` string, required
        - `url` string, required
        - `handle` string, nullable
        - `size` integer, nullable
        - `contentId` string, nullable
  - `total` integer, nullable
  - `cursor` integer, nullable
  - `limit` integer, nullable

## Other responses

- `422` — Validation Error

---

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