workflow.failed
You will receive this event when a Data API workflow fails for an object.
Example Payload
Section titled “Example Payload”{ "type": "workflow.failed", "namespace": "users", "id": "user_12345", "request_id": "req_01h2m7qdmdjckc30e1mnq6xqfd", "error": "Object processing failed"}Fields
Section titled “Fields”type: Event type discriminator (workflow.failed)namespace: Namespace where the object was processedid: Object identifierrequest_id: Request identifier from ingestionerror: Error message describing the failure