Background Jobs
background_jobsFull Description
Background job tracking. Poll any async operation by jobId (contacts bulk-upsert, items bulk-upsert, bank import, magic file processing, etc.). Filter by resourceId field to look up a specific job. Poll until status is SUCCESS, FAILED, or PARTIAL_SUCCESS.
Call with { operation, arguments, org_id }. Operations (kind, then parameters):
- search_background_jobs (read): poll background job status by jobId type status optional: id, status, type, fileName, from, to, filter, sortBy, sortOrder, limit, …
Multiple organizations are accessible: pass org_id (from list_organizations) to target one. Confirm the organization with the user before any create/update/delete.
Parameters (1 required, 2 optional)
operationstringThe background_jobs operation to run.
search_background_jobsargumentsobjectParameters for the chosen operation (see the operation list above). Validated by the Jaz API.
org_idstringThe organization (resourceId from list_organizations) to run this operation against. Required when more than one organization is accessible.