Retell AI integration (AI, Communication). Imported from open-connector.
https://api.retellai.com/list-voices
/get-voice/{voiceId}
| Param | Type | Required | Description |
|---|---|---|---|
| voiceId | string | required | Unique id for the voice. |
/list-agents
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of items to return. |
| paginationKey | string | optional | Pagination cursor from a previous response. |
| paginationKeyVersion | integer | optional | Version of the agent associated with paginationKey for consistent pagination. |
| isLatest | boolean | optional | Whether to return only the latest version of each agent. |
/get-agent/{agentId}
| Param | Type | Required | Description |
|---|---|---|---|
| agentId | string | required | Unique id of the voice agent to retrieve. |
| version | integer | optional | Agent version reference. |
/v2/list-phone-numbers
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of items to return. |
| paginationKey | string | optional | Pagination cursor from a previous response. |
| sortOrder | string | optional | Sort order for phone number results. |
/get-phone-number/{phoneNumber}
| Param | Type | Required | Description |
|---|---|---|---|
| phoneNumber | string | required | E.164 phone number to retrieve. |
/v2/get-call/{callId}
| Param | Type | Required | Description |
|---|---|---|---|
| callId | string | required | The call id to retrieve call history for. |