Fetch current conversation readiness and progress for a conversation session.
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.
latest_update_text is a description of the current conversation state and updates as setup/runtime state changes.completion_percent is a progress indicator for setup/readiness (0-100).call_is_ready is the boolean gate for entering the live experience.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Conversation session ID returned from the connect endpoint.
Conversation updates fetched successfully