list_batch_jobs
Retrieve and monitor batch job statuses for Databento market data processing, with filtering options for states, date ranges, and result limits.
Instructions
List all batch jobs with their current status
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| states | No | Filter by states (comma-separated: 'received', 'queued', 'processing', 'done', 'expired') | queued,processing,done |
| since | No | Only show jobs since this date (ISO 8601) | |
| limit | No | Maximum number of jobs to return (default: 20) |