Bulk process progress
Webhook
/bulk_process_end/watch Sent as a bulk process runs and again when it finishes.
How often progress events arrive is set by webhookInterval on
Execute bulk process, which is the number of operations
between events. The effective minimum is 25% of the total, so a smaller value still yields four
events across the run.
COMPLETED, PARTIALLY_COMPLETED, FAILED, and CANCELLED are final. On
PARTIALLY_COMPLETED, read operationStatusCounts to see how many operations failed.
Enable and configure webhooks in the Embedder Portal; recent events are listed on its
Webhook Logs page. Weavr sends this event to {Webhook URL}/bulk_process_end/watch.
Payload
*application/json
BulkProcessProgressEventBulkProcessProgressEvent · object · 4 fields
Responses
204No Content
Event received.