Batch completions
AI
Batch completions
Retrieve the status of batch conversations.
GET
Batch completions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The identifier returned by the batch AI endpoint of the bulk conversations to retrieve.
Example:
"a0482596-c2ad-445a-a435-727002156a20"
Response
The batch status.
The identifier to retrieve the batch job with.
Example:
"a0482596-c2ad-445a-a435-727002156a20"
The status of the batch job.
Available options:
retrieving, archiving, successful, failed Example:
"retrieving"
The number of batch requests.
Required range:
1 <= x <= 1000Example:
37
The number of successful requests in the batch.
Required range:
0 <= x <= 1000Example:
37
The number of failed requests in the batch.
Required range:
0 <= x <= 1000Example:
0
The URL of the archived requests, which is available on job completion.
Example:
null

