Reference
OpenAI ChatKit Thread
Represents a conversation thread in ChatKit.
Part of the OpenAI inventory.
Scan settings
| Default scanning interval | Allowed scanning intervals | Data removal during incremental scan |
|---|---|---|
| Daily | Daily, Weekly, Bi-Weekly, Monthly, Never, Initial | Yes |
Properties
| Property | Type | Description | Automation placeholder |
|---|---|---|---|
| Key | String | Internal. | {{OpenAIChatKitThread.ApiKeyEncrypted}} |
| Transcript | String | The transcript of the thread. | {{OpenAIChatKitThread.ChatTranscript}} |
| Contains Malicious Requests | Boolean | True if the chat transcripts if violating policies. | {{OpenAIChatKitThread.ContainsMaliciousRequests}} |
| Created at | DateTime | Datetime of when the thread was created. | {{OpenAIChatKitThread.CreatedAt}} |
| Initially Scanned | DateTime | Shows when this object was initially found in a scan. | {{OpenAIChatKitThread.CreatedTime}} |
| Display Name | String | {{OpenAIChatKitThread.DisplayName}} | |
| Id | String | The unique identifier of the thread. | {{OpenAIChatKitThread.Id}} |
| Last scan update | DateTime | Shows when this object was last updated in a scan. If an object is found during a scan but no property has been changed this date will not change. | {{OpenAIChatKitThread.LastModifiedTime}} |
| Organization | OpenAI Organization | Parent organization of the thread. | {{OpenAIChatKitThread.Organization}} |
| Organization Name | String | Parent organization of the thread. | {{OpenAIChatKitThread.OrganizationName}} |
| Project | OpenAI Project | Parent project of the thread. | {{OpenAIChatKitThread.Project}} |
| Project Name | String | Parent project of the thread. | {{OpenAIChatKitThread.ProjectName}} |
| Risk Score | Int32 | Stores risk score | {{OpenAIChatKitThread.RiskScore}} |
| Risk Score Update | DateTime | Stores risk score update | {{OpenAIChatKitThread.RiskScoreLastUpdate}} |
| Risk Score Value | String | Stores risk score value like Low_Low | {{OpenAIChatKitThread.RiskScoreValue}} |
| Status | String | Current status for the thread. Allowed values: active, closed, locked. | {{OpenAIChatKitThread.Status}} |
| User | User | The user associated with the thread. | {{OpenAIChatKitThread.User}} |
| User Name | String | The user associated with the thread. | {{OpenAIChatKitThread.UserName}} |
Relations
| Relation | Service | Description |
|---|---|---|
| User | Microsoft 365 | All users registered in your tenant (internal, external) |
| OpenAI Organization | OpenAI | OpenAI organizations that are configured to be scanned |
| OpenAI Project | OpenAI | Represents an individual project |
Segments
This object does currently not have any segments.
Actions
This object does currently not have any actions.
Policies that check this object
| Policy | Severity | Description |
|---|---|---|
| OpenAI agent conversation with malicious request | High | Detects a chat which might be used to extract sensitive information |
| ChatKit thread is active | Medium | Active threads are live, ongoing conversations, raising the likelihood that a content or data issue occurs |
| OpenAI ChatKit thread is locked | Medium | Detects chat threads with locked status indicating potential policy violations or security incidents |