Skip to main content
GET
/
agents
/
{agentId}
/
convos
/
{convoId}
Get Single Conversation
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/agents/{agentId}/convos/{convoId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}
Returns full conversation metadata. You must own the agent to access its conversations.
Use this endpoint to fetch conversation details before exporting or to check user feedback status.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required

The unique identifier of the agent

convoId
string
required

The unique identifier of the conversation

Response

Conversation retrieved successfully

success
boolean
required
message
string
required
data
object

Conversation object