Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Safety

SafetyAlerts

Retrieve a safety alert
GET/safety/alerts/{id}
ModelsExpand Collapse
SafetyAlert object { id, created_at, error_type, 6 more }
id: string
created_at: number
formatunixtime
error_type: "potentially_unintended_data_transfer" or "potentially_unintended_data_access" or "potentially_unintended_destructive_activity" or "other"
One of the following:
"potentially_unintended_data_transfer"
"potentially_unintended_data_access"
"potentially_unintended_destructive_activity"
"other"
model: string
object: "safety.alert"
reason: string or null

A customer-safe description derived from error_type, or null for zero data retention requests.

request_id: string
request_paused: boolean

Whether block registration succeeded for this request. This does not confirm that response execution stopped.

response_id: string