Batch get conversation events
GET /api/conversations/{conversation_id}/events
Get a batch of local events given their ids, returning null for any missing item.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: batch_get_conversation_events_api_conversations__conversation_id__events_get