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
Unique identifier for the batch processing job
Status values for batch processing jobs
queued
processing
completed
failed
Show child attributes