batch_status
Monitor and manage batch processing jobs: retrieve status by job ID, cancel running jobs, and list active or recent jobs.
Instructions
Deprecated. Prefer convert(mode="batch_dir"). Still registered this minor version.
Monitor and manage batch processing jobs.
Modes:
status
Get the status of a specific batch job.
Parameters: job_id (required)
cancel
Cancel a running batch job.
Parameters: job_id (required)
active
List all currently active batch jobs.
Parameters: none
recent
List recent batch jobs.
Parameters: limit, status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| limit | No | ||
| job_id | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||