Skip to main content
GET
/
export
/
conversations
Export conversations
curl --request GET \
  --url https://demo.enneo.ai/api/mind/export/conversations \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Query Parameters

limit
integer
default:100

The maximum number of records to return

offset
integer
default:0

The number of records to skip

minTicketId
integer
default:0

Minimum ticket ID to include in results

channel
string

Filter by channel (comma-separated list)

Response

Successful operation