Batch get conversations
GET /api/conversations
Get a batch of conversations given their ids, returning null for any missing item
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
ids | query | string[] | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: batch_get_conversations_api_conversations_get