Retrieves the details of an existing conversation.
Your Moonbase API key.
The ID of the Conversation to retrieve.
Specifies which related objects to include in the response. Valid options are inbox, messages, and messages.addresses.
inbox, messages, messages.addresses Succesful response.
The Conversation object represents a thread of related messages.
String representing the object’s type. Always inbox_conversation for this object.
"inbox_conversation"Unique identifier for the object.
The time of the most recent activity in the conversation, as an ISO 8601 timestamp in UTC.
The current state, which can be unassigned, active, closed, or waiting.
unassigned, active, closed, waiting Whether the conversation is marked for follow-up.
true if the conversation contains unread messages.
true if the conversation appears to be part of a bulk mailing.
true if the conversation is marked as spam.
true if the conversation is in the trash.
true if a new draft reply to this conversation has been started.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.
A list of Tag objects applied to this conversation.
The subject line of the conversation.
If the conversation is snoozed, this is the time it will reappear in the inbox, as an ISO 8601 timestamp in UTC.
The Inbox that this conversations belongs to.
Note: Only present when requested using the include query parameter.
The EmailMessage objects that belong to this conversation.
Note: Only present when requested using the include query parameter.