Get a conversation

Get a conversation by its ID

Path parameters

conversation_idstringRequired

The ID of the conversation to retrieve

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Conversation retrieved

idstringOptional

The ID of the conversation

channel_idstringOptional

The ID of the channel

end_user_idstringOptional

The ID of the end user participating in the conversation

statusenumOptional

The status of the conversation

Allowed values:
created_atstringOptional

The date and time the conversation was created

updated_atstringOptional

The date and time the conversation was last updated

metadatamap from strings to anyOptional

A dictionary of key, value pairs assigned to the conversation - metadata keys may only be of type: string - metadata values may only be one of type: string, boolean, or integer

Errors