From 275304f515a3bdda0dc469c6bb0887d09b79c85c Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:54:58 +0000 Subject: [PATCH] docs(TSP-1339): add conversation_deleted and workforce_task_deleted audit events Add conversation_deleted OTEL audit event that fires when agent conversations are deleted (single or bulk). Also document workforce_task_deleted, which now fires from the workforce UI, the chat interface, and automated data retention policies. Co-Authored-By: Claude Sonnet 4.6 --- enterprise/streaming-events.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/enterprise/streaming-events.mdx b/enterprise/streaming-events.mdx index 9f7f8945..63b2370d 100644 --- a/enterprise/streaming-events.mdx +++ b/enterprise/streaming-events.mdx @@ -282,6 +282,13 @@ Included on all log records: | `relevance_ai.event.agent_id` | string | Yes | ID of the agent being published | | `relevance_ai.event.version_id` | string | Yes | ID of the version now live | +**`conversation_deleted`** - Emitted when an agent conversation is deleted, either individually or as part of a bulk deletion. Each deleted conversation produces a separate event. + +| Attribute | Type | Required | Description | +| --- | --- | --- | --- | +| `relevance_ai.event.conversation_id` | string | Yes | ID of the deleted conversation | +| `relevance_ai.event.agent_id` | string | Yes | ID of the agent the conversation belonged to | + ### Tool events **`tool_created`** - Emitted when a new tool is created (from scratch or cloned). @@ -344,6 +351,13 @@ Included on all log records: | `relevance_ai.event.workforce_id` | string | Yes | ID of the workforce being published | | `relevance_ai.event.version_id` | string | No | ID of the version now live | +**`workforce_task_deleted`** - Emitted when a workforce task is deleted. This fires when tasks are deleted from the workforce UI, from the chat interface, or by automated data retention policies. + +| Attribute | Type | Required | Description | +| --- | --- | --- | --- | +| `relevance_ai.event.workforce_id` | string | Yes | ID of the workforce the task belonged to | +| `relevance_ai.event.workforce_task_id` | string | Yes | ID of the deleted task | + ### Permission events **`project_user_role_updated`** - Emitted when a user's role within a project is updated. This occurs when an admin changes another user's access level in the project settings.