Skip to content
StatusSupportDashboard
Webhooks
Event Types

workflow.failed

You will receive this event when a Data API workflow fails for an object.

{
"type": "workflow.failed",
"namespace": "users",
"id": "user_12345",
"request_id": "req_01h2m7qdmdjckc30e1mnq6xqfd",
"error": "Object processing failed"
}
  • type: Event type discriminator (workflow.failed)
  • namespace: Namespace where the object was processed
  • id: Object identifier
  • request_id: Request identifier from ingestion
  • error: Error message describing the failure