Workflow run completed
Delivered when a workflow run reaches COMPLETED.
Headers
Unique identifier for this delivery attempt. Changes on each retry; use X-Plextera-Event-Id for deduplication.
Event type string, e.g. document-insights.job.completed. Mirrors the eventType field in the body.
ISO 8601 timestamp when the terminal state was reached. Mirrors the occurredAt field in the body.
API version used to format this payload, e.g. v1. Mirrors the apiVersion field in the body.
HMAC-SHA256 signature for verifying that the delivery originated from Plextera. Format: t=<unix timestamp>,v1=<hex signature>. The signed string is <t>.<raw request body>. See the Events guide for full verification steps.
Payload
Unique identifier for this event. Stable across retry attempts — use it to deduplicate deliveries on the receiver side.
String identifying the event type, e.g. document-insights.job.completed.
Event-specific payload. The shape varies by eventType; see the individual event schemas below.