GET /api/v1/forward/batches/{batch_id}
Returns the full batch object, including the current task counters and, once terminal, the output file IDs.
Headers
Path parameters
Example request
Example response
HTTP 200 OKResponse fields
Error codes
Notes
- Cross-user access returns
404 batch_not_found. - Clients should poll this endpoint to observe the batch reaching a terminal state (
completed,failed,cancelled, orexpired).