provider Batch GET /batches/{batch_id}
@utdk/openai /batches/{batch_id}
Retrieves a batch.
batch_id path required
The ID of the batch to retrieve.
string

Try it

Authentication
Configure credentials for OpenAI API
retrievebatch
GET/batches/{batch_id}

Parameters

required

The ID of the batch to retrieve.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.retrievebatch()