get_extraction_jobs
Retrieve and filter entity extraction jobs by status to monitor background extraction progress across documents.
Instructions
Get all entity extraction jobs with optional status filtering. Shows job queue, running jobs, completed extractions, and failed jobs. Useful for monitoring background extraction progress across all documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_filter | No | Filter by status: 'queued', 'running', 'completed', or 'failed'. Leave empty for all jobs. | |
| limit | No | Maximum number of jobs to return (default: 100) |