Skip to main content
GET
/
ai
/
assistants
/
{assistant_id}
/
texml
JavaScript
import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: 'My API Key',
});

const response = await client.ai.assistants.getTexml('assistant_id');

console.log(response);
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
string
required

Response

Successful Response

The response is of type string.