Javascript
const response = await api.quality.getBatchJobStatus();
{ "batchJobId": "123e4567-e89b-12d3-a456-426614174000", "status": "completed", "results": { "items": [], "nextCursor": null } }
Retrieves the current status and results of a batch evaluation job
API key for authentication
ID of the batch job to check
Batch job status retrieved successfully
The response is of type object.
object