url and one or more event types, then verify each delivery with the signing secret returned at creation time.
Supported events
For batch prediction events, treat the webhook as a terminal-state notification. Call Retrieve batch prediction results when you need the full NDJSON result stream.
Create a subscription
secret once. Store it securely; later retrieve and list responses do not include the secret.
Delivery format
Datagrid sends a JSON envelope to your endpoint:2xx response after persisting the event. Use id as an idempotency key because Datagrid may retry failed deliveries.
Signature verification
Each delivery includes aDatagrid-Signature header:
v1 with HMAC-SHA256 over ${timestamp}.${raw_body} using the webhook secret, then compare it with the header value using a constant-time comparison.