Conversations

Get a conversation with its messages

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 key
  • 404 — Not found
  • 429 — Rate limit exceeded

Every error shares one envelope.

Example

curl https://www.hey.support/api/v1/conversations/<id> \
  -H 'Authorization: Bearer hs_live_…'