List VOC conversations (reporting format)
Reporting
Export VOC conversations (reporting)
Retrieve VOC conversations in a reporting-friendly format with cursor pagination.
GET
List VOC conversations (reporting format)
This endpoint returns VOC conversations as reporting rows (no transcript content), suitable for exporting large time ranges.
Date range filtering
You can specify a time range using either:range=last_day|last_week|last_month, orfrom/to(ISO 8601 or epoch millis)
range=last_day.
Pagination (cursor)
Results are paginated using an opaque cursor:- Use
limitto control page size (default1000, max5000) - Use
cursorto fetch the next page (fromcursor.next) - When you supply
cursor, do not also supplyrange,from, orto
Example: first page
Example: next page
Example: fetch all pages (Node.js)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Tenant identifier.
Query Parameters
Max results per page. Default 1000, max 5000.
Required range:
1 <= x <= 5000Opaque cursor returned in cursor.next. When provided, do not also supply range, from, or to.
Convenience range selector. If omitted and from is omitted, defaults to last_day.
Available options:
last_day, last_week, last_month Range start. Accepts an ISO 8601 timestamp or epoch milliseconds. Epoch milliseconds.
Range end. Accepts an ISO 8601 timestamp or epoch milliseconds. Defaults to now. Epoch milliseconds.

