action telnyx_retrieve_credential_connection { label: "Retrieve a credential connection" description: "Retrieves the details of an existing credential connection." provider: telnyx method: GET path: "/credential_connections/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }