Poll conversation updates
Starting a conversation
Poll Conversation Updates
Fetch current conversation readiness and progress for a conversation session.
GET
Poll conversation updates
Use this endpoint to track conversation progress after calling
POST /conversations/connect.
This endpoint returns a single latest status text plus readiness/progress values.
We recommend polling every 0.5 seconds and showing a loading state until call_is_ready is true.
Response behavior
conversation_session_idis the conversation session being tracked.latest_update_textis the latest human-readable setup status.completion_percentis a progress indicator for setup/readiness from0to100.call_is_readybecomestruewhen the bot and participant are ready.- when
call_is_readyistrue,completion_percentis returned as100
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Conversation session ID returned from the connect endpoint.
Response
Conversation updates fetched successfully

