Reprocess a batch
Reprocess jobs in a specific batch.
You can specify which attributes to process by providing:
- ‘attributes’: A list of specific attributes to enrich (e.g., [“websites”, “phoneNumbers”, “categories”])
If not provided, “core” attributes will be processed: websites, phoneNumbers, openingHours, names, address, categories, placekey, closed_permanently
Options:
- failed_only: When true, only reprocess jobs with ‘failed’ status. When false, reprocess all jobs in the batch.
- incomplete_only: When true, only reprocess jobs with ‘pending’ or ‘in_progress’ status. When false, reprocess all jobs in the batch (unless failed_only is true).
Documentation Index
Fetch the complete documentation index at: https://syncupai-preview-playground-prefills.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
When true, only reprocess jobs with 'failed' status. When false, reprocess all jobs in the batch.
When true, only reprocess jobs with 'pending' or 'in_progress' status. When false, reprocess all jobs in the batch (unless failed_only is true).
When true, force fresh enrichment ignoring cached data.
List of specific attributes to enrich (e.g. 'websites', 'phoneNumbers').
Response
Successfully initiated batch reprocessing