import Telnyx from 'telnyx';const client = new Telnyx({ apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted});const bucket = await client.ai.embeddings.buckets.retrieve('bucket_name');console.log(bucket.data);
Get all embedded files for a given user bucket, including their processing status.
GET
/
ai
/
embeddings
/
buckets
/
{bucket_name}
JavaScript
Copy
Ask AI
import Telnyx from 'telnyx';const client = new Telnyx({ apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted});const bucket = await client.ai.embeddings.buckets.retrieve('bucket_name');console.log(bucket.data);