---
title: "GET /chat/items"
method: GET
path: "/chat/items"
tags: ["Chat"]
---

# GET /chat/items

`GET /chat/items`

Retrieves multiple entities of Chat type by its ids

## Query parameters

- `ids` integer[], required

## Response `200`

See definition

- Chat[]
  - `id` integer
  - `userId` integer, required — id of User
  - `timestamp` string, date-time, required
  - `category` 'Support' | 'TradeDesk', required — Support, TradeDesk
  - `assignedSupportId` integer — id of User
  - `closedById` integer — id of User
  - `closeTimestamp` string, date-time

---

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