Skip to main content

Retrieve stored Dialogflow Connection

GET 
/dialogflow_connections/:connection_id

Return details of the Dialogflow connection associated with the given CallControl connection.

Request

Path Parameters

    connection_id stringrequired

    Uniquely identifies a Telnyx application (Call Control).

Responses

200: Return details of the Dialogflow connection associated with the given CallControl connection.

default: Unexpected error.

Request samples


curl -L 'https://api.telnyx.com/v2/dialogflow_connections/:connection_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"data": {
"record_type": "dialogflow_connections",
"connection_id": "1234541231",
"conversation_profile_id": "a-VMHLWzTmKjiJw5S6O0-w",
"environment": "development",
"service_account": "****"
}
}