Get conversation event
GET /api/conversations/{conversation_id}/events/{event_id}
Get a local event given an id
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
event_id | path | string | yes | — |
conversation_id | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
404 | Item not found |
422 | Validation Error |
Operation ID: get_conversation_event_api_conversations__conversation_id__events__event_id__get