GET
/
agents
/
{agentId}
/
convos
/
{convoId}
/
export
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/agents/{agentId}/convos/{convoId}/export \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required
convoId
string
required

Query Parameters

format
enum<string>
default:json
Available options:
json,
csv

Response

200
application/json

Conversation exported successfully

The response is of type object.