Processing Jobs
Monitor data processing activity — file uploads, emission calculations, report generation, and bulk operations. Each job tracks progress with item counts and timing, making it easy to spot failures or pending work.list_processing_jobs
List data processing jobs with their status, progress, and timing.
Parameters:
Example response:
Job Statuses
A
COMPLETED job can still have items_failed > 0 — this means most items succeeded but some had errors. Check the ratio of items_failed to items_total for data quality assessment.Trigger Types
Entity types
Entity types
Workflow
- Check processing status —
list_processing_jobsto see recent activity and find failures - Investigate failures — Filter by the
entity_nameof failed jobs, then use the corresponding list tool (e.g.list_purchases) to check the data - View overall health —
get_organization_metricsfor a high-level overview of data completeness
Related
Files
Uploaded files that trigger processing jobs
Organizations
Organization metrics and data overview