Get a single violation snapshot by its ID.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Violation ID
Successful Response
Response model for a single violation snapshot.
Unique violation identifier
"550e8400-e29b-41d4-a716-446655440010"
Violation type name
"missing_description"
Fully qualified name
"violations.missing_description"
Reference to the assessment dimension
Data service name
"production_db"
Fully qualified name of the asset
"production_db.analytics.public.customers.email"
Version of the asset
"v1.0.0"
Violation severity
"high"
Current violation status
"open"
ID of the workflow run that detected this violation
"550e8400-e29b-41d4-a716-446655440012"
When the violation was created
"2024-01-15T10:30:00Z"
Human-readable name
"Missing Description"
Database name
"analytics"
Schema name
"public"
Table name
"customers"
Column name
"email"
Additional violation details
{ "actual": "null", "expected": "not_null" }Link to DQ rule execution (nullable)
Username who resolved the violation
"admin"
Notes about the resolution
"Added missing description to column"