GET
List Messages in Conversation
Returns a paginated list of messages belonging to a conversation, oldest-first.
GET
https://api.vantaxai.com/v1/conversations/{conversation_id}/messagesMessages are returned in chronological order (oldest-first) so they read like a transcript. Each message records the `channel` it was sent on, its `direction` (inbound from the contact or outbound from your Agent), and a delivery `status`. Use the `limit` and `starting_after` cursor parameters to page through long threads.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Path Parameters
conversation_idstringrequiredThe conversation whose messages you want to list.
example: conv_4b8e21
Query Parameters
limitintegeroptionalNumber of records to return (1–100). Defaults to 50.
example: 50
starting_afterstringoptionalCursor for pagination — a message id to start after.
example: msg_7c1a09