---
title: "read conversations for the given team/inbox"
method: PUT
path: "/conversations/batch-queue/read"
tags: ["Conversations"]
---

# read conversations for the given team/inbox

`PUT /conversations/batch-queue/read`

REQUIRED SCOPES <code>['conversations:write']</code><br> read conversations for the given team/inbox

## Request body

- object
  - `team_id` integer, required — The ID of the Team
  - `ids` integer[] — The IDs of Conversations
  - `read_all` boolean — Read all flag
  - `conversation_filter` string

## Response `200`

Response

## Other responses

- `422` — Unprocessable Entity

---

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