GET
/
agents
/
{agentId}
/
convos
/
export
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/agents/{agentId}/convos/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

Query Parameters

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

Response

200
application/json

Conversations exported successfully

The response is of type object.