Conversations
Retrieve an item
Get a single item from a conversation with the given IDs.
get/conversations/{conversation_id}/items/{item_id}
Path parameters
conversation_idstring required
Example:conv_123
The ID of the conversation that contains the item.
item_idstring required
Example:msg_abc
The ID of the item to retrieve.
Query parameters
includeIncludeEnum[]
Additional fields to include in the response. See the include parameter for listing Conversation items above for more information.
Response
OK