Fetch current conversation readiness and progress for a conversation session.
Use this endpoint to track conversation progress after callingDocumentation Index
Fetch the complete documentation index at: https://docs.akapulu.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
conversation_session_id is the conversation session being tracked.latest_update_text is the latest human-readable setup status.completion_percent is a progress indicator for setup/readiness from 0 to 100.call_is_ready becomes true when the bot and participant are ready.call_is_ready is true, completion_percent is returned as 100Bearer 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