Batch completions
Retrieve the status of batch conversations.
get/ai/batches
Query parameters
idstring uuid required
Example:a0482596-c2ad-445a-a435-727002156a20
The identifier returned by the batch AI endpoint of the bulk conversations to retrieve.
Response
The batch status.
Example response
{
"id": "a0482596-c2ad-445a-a435-727002156a20",
"status": "retrieving",
"count": 37,
"successful": 37
}