data_api.object.processed
You will receive this event when a Data API object has been processed and labels/actions have been computed.
Example Payload
Section titled “Example Payload”{ "event_type": "data_api.object.processed", "data": { "object_namespace": "users", "object_id": "user_12345", "actions": ["suspend_account"], "labels": [ { "label_id": "fraud.risk_high", "label_source": "rule", "explanation": "High-risk behavior pattern detected", "applied": true } ], "fields": { "risk_score": 0.92 }, "request_id": "req_01h2m7qdmdjckc30e1mnq6xqfd", "processed_at": "2026-01-15T20:12:03.120Z" }}Fields
Section titled “Fields”object_namespace: Namespace where the object was ingestedobject_id: Identifier of the processed objectactions: Array of action labels that were appliedlabels: Array of evaluated labelsfields: Optional map of computed output fieldsrequest_id: Request identifier from ingestionprocessed_at: ISO timestamp when processing completed