Retrieve and synchronize conversation metadata using the List Conversations API.
The List Conversations feature is central to PolyAI’s data synchronization framework. It enables you to retrieve structured lists
of conversation transcripts, complete with metadata, timestamps, and states.For technical details and API specifications, refer to the Get Conversation API documentation.
PolyAI supports both push and pull API models, offering flexible synchronization options:
Pull API: On-demand metadata retrieval through the List Conversations endpoint. Ideal for periodic data collection or workflows where updates are less time-sensitive.
Push API: Automatically sends updates (new conversations or completed interactions) to your system in real time. Best suited for dashboards requiring prompt updates.
For triggering instant communication updates for real-time use cases, like determining where to route a call, it
is recommended to use handoff states.