getConversation
Retrieves the Conversation object for a valid identifier.
GET
Path Parameters
Conversation id
Response
200
application/json
Returns a [Conversation](#schema_conversation) object if a valid identifier was provided. Returns [an error](#errors) otherwise
The Conversation object represents an exchange of messages between one or more users. A Conversation is always linked to an integration's channels. For example, a Slack channel represents a conversation.
Was this page helpful?