Get batch request result
Batches API
Get batch request result
Retrieve the result of a specific request within a batch by its custom_id.
GET
Get batch request result
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the batch.
The custom_id of the request within the batch.
Response
The response object for the given request.
Available options:
response Available options:
pending, running, failed, completed, cancelled Text input, plus image input (input_image) on multimodal models. Audio, files, and item references are not currently supported.
Minimum string length:
1