List the messages in one conversation thread.
List the messages in one conversation thread.
Returns the messages for the conversation identified by the contact uuid in the path, oldest-first (ascending id) and paginated. Each message exposes id (message uuid), direction (inbound/outbound), type (text/image/video/audio/file/template/system), kind, body, media, status (sent/delivered/read/failed), provider_message_id and created_at. Returns 404 if no contact with that uuid exists in the workspace.
GET
List the messages in one conversation thread.
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Path Parameters
Contact id.
Query Parameters
Messages per page (alias: limit). Default 25, hard cap 100.

