Conversations
Returns one conversation and its full message transcript, including visitor messages, AI replies, human agent replies, and internal notes.
GET
/api/v1/conversations/{id}Responds 404 if the conversation belongs to another workspace, so ids cannot be enumerated.
Path parameters
Prop
Type
Response 200
Prop
Type
Errors
401— Missing or invalid API key404— Not found429— Rate limit exceeded
Every error shares one envelope.
Example
curl https://www.hey.support/api/v1/conversations/<id> \
-H 'Authorization: Bearer hs_live_…'