List the visitor's own conversations
Headers
The browser’s anonymous visitor secret (cvt_…) returned by /client/init. It is what scopes the request to one visitor’s own conversations, so a request without it is refused. Sent as a header so it never lands in access logs or Referer.
Optional fresh hosted end-user identity proof. When admitted and already bound to the presented visitor, expands the request from this exact browser to sibling visitors for the same verified person. Without it, even a previously bound visitor remains exact-browser scoped.
Query parameters
Client session id from /client/init.
Only return conversations for this flow or agent id. Pass the targetId returned by /client/init.
Deprecated alias of targetId. Sending both with different values is rejected 400; sending both with the same value is accepted.
Opaque cursor returned as nextCursor by a previous page. Omit for the first page.
Page size as a decimal string. Defaults to 25, clamped to a maximum of 100. A non-numeric or non-positive value falls back to the default.