Batch get shared events
GET /api/shared-events
Get a batch of events for a shared conversation given their ids, returning null for any missing event.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | query | string | yes | — |
id | query | string[] | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: batch_get_shared_events_api_shared_events_get