Get a conversation

Get a conversation by its ID

Path parameters

conversation_idstringRequiredformat: "id"
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
idstring or null
The ID of the conversation
channel_idstring or null
The ID of the channel
end_user_idstring or null
The ID of the end user participating in the conversation
statusenum or null
The status of the conversation
Allowed values:
created_atstring or null
The date and time the conversation was created
updated_atstring or null
The date and time the conversation was last updated
metadatamap from strings to any or null

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