Get a batch's live status

View as Markdown
Fetches live progress from the call server and syncs the batch's stored status in HollrAI to match.

Authentication

hollr-api-keystring

API key issued for your account. Every request is logged and rate-limited against this key.

Path parameters

batch_idstringRequiredformat: "uuid"
UUID of the batch.

Response

Live batch status retrieved.
statusstringOptional
batch_idstringOptionalformat: "uuid"
db_statusenumOptional
Current lifecycle status of the batch, kept in sync with the call server.
countsobjectOptional
rawmap from strings to anyOptional

Full pass-through status payload from the call server.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error