GET
Get Conversation
Retrieves a single conversation by id.
GET
https://api.vantaxai.com/v1/conversations/{conversation_id}Returns the full conversation record including its status, tags, metadata, and unread counter. Fetch the thread's messages via the Messages API.
Headers
AuthorizationstringrequiredBearer authentication with your secret API key.
example: Bearer vx_live_3fa9c2…
Path Parameters
conversation_idstringrequiredThe conversation's unique identifier.
example: conv_7b2e9a