list batches
list_batchesRetrieve workspace batch inference jobs, sorted newest first, with status, request counts, and billed cost to monitor progress and spending.
Instructions
List this workspace's batch inference jobs, newest first, with status, request counts and billed cost. GET /v1/batches (API-key scope: read). Returns: A bare JSON array (no envelope) of up to 100 batch objects: { id, nebius_batch_id (upstream batch id), endpoint, status (VALIDATING|IN_PROGRESS|FINALIZING|COMPLETED|FAILED|EXPIRED|CANCELLING|CANCELLED), request_total, request_completed, request_failed, completion_window, billed_cost_usd (number|null), created_at, output_file_id, error_file_id, error } Notes: Feature-flagged: every /v1/batches route returns 404 { error: "Batch inference is not enabled" } while the batch flag is off (code default is off). Statuses here are the stored values; GET /v1/batches/{id} refreshes them live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||