Get a single failed event by ID.
Returns: Failed event with error details and original payload.
Raises: HTTPException: 404 if event not found.
Successful Response
Failed event response.
Attributes: event_id: Original event ID. provider: Provider name (e.g., "postgres"). resource_type: Resource type (e.g., "database"). resource_name: Resource name from manifest. event_type: Type of lifecycle event (CREATE, UPDATE, DELETE). payload: Resource configuration as JSON object. error_message: Error message from last failed attempt. attempt_count: Number of processing attempts before failure. failed_at: When event failed.
Resource lifecycle event type: CREATE, UPDATE, or DELETE.
CREATE, UPDATE, DELETE