API Documentation
Retrieve a single conversation with all its messages, including sender and recipient details.
Path parameters
id(string) - Conversation UUID (theidfield from List Conversations)
Request Fields
author_email(string) - Email address of the team member who should be recorded as the note author.content(string) - Internal note body.mentioned_user_emails(array | null) - Optional list of team member emails to mention.
Response Fields
id(string) - Unique note ID (UUID).conversation_id(string) - Conversation UUID.content(string) - Internal note body.author(object) - Team member who authored the note.id(string) - Author user ID (UUID)email(string) - Author email addressname(string | null) - Author display name
mentions(array) - Mentioned team members.id(string) - Mentioned user ID (UUID)email(string) - Mentioned user email addressname(string | null) - Mentioned user display namecreated_at(string) - ISO 8601 timestamp.updated_at(string) - ISO 8601 timestamp.
