--- title: workflow.failed | SafetyKit description: Deploy AI agents to automate risk reviews, onboarding, and investigations. Trusted by leading marketplaces and fintech platforms. --- You will receive this event when a Data API workflow fails for an object. ## Example Payload ``` { "type": "workflow.failed", "namespace": "users", "id": "user_12345", "request_id": "req_01h2m7qdmdjckc30e1mnq6xqfd", "error": "Object processing failed" } ``` ## Fields - `type`: Event type (`workflow.failed`) - `namespace`: Namespace where the object was processed - `id`: Original `id` provided when the object was ingested - `request_id`: Request identifier from ingestion - `error`: Error message describing the failure