Conversations
Get a conversation by ID
Retrieves a single conversation, including turn-by-turn transcript, metrics, and function events.
Host: this endpoint is served from api.{region}.poly.ai — not the api.{region}-1.platform.polyai.app host used by the list-conversations and audio endpoints.
get/v1/agents/{agentId}/conversations/{conversationId}
Path parameters
agentIdstring required
Agent ID.
conversationIdstring required
Unique conversation ID.
Response
Successful response
Example response
{
"conversationId": "CAabcd1234567abcdef1250065d4fc7389"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.