Batch get shared conversations
GET /api/shared-conversations
Get a batch of shared conversations given their ids. Return None for any missing or non-shared.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
ids | query | string[] | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: batch_get_shared_conversations_api_shared_conversations_get