Retrieve a batch
Fetch one batch job with its status, request counts and output/error file ids refreshed live from the processing backend, to poll for completion.
Best-effort live reconciliation: if the upstream status lookup fails the stored row is returned unchanged. Billing still happens in the background reconciler, not on this read. 404 “Batch not found” outside the workspace; 404 while the batch flag is off.
Authorizations
Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.
Path Parameters
Identifier.
Response
{ id, nebius_batch_id, endpoint, status, request_total, request_completed, request_failed, completion_window, billed_cost_usd, created_at, output_file_id, error_file_id, error }
The response is of type object.