{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice Get Conversation Flow Component API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Get Conversation Flow Component", "type": "folder" }, "items": [ { "info": { "name": "getConversationFlowComponent", "type": "http" }, "http": { "method": "GET", "url": "https://api.retellai.com/get-conversation-flow-component/:conversation_flow_component_id", "params": [ { "name": "conversation_flow_component_id", "value": "", "type": "path", "description": "ID of the component to retrieve" } ] }, "docs": "Get a shared conversation flow component" } ] } ], "bundled": true }