List all violation snapshots with optional filtering and pagination.
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.
Page number (1-indexed)
x >= 1Items per page
1 <= x <= 100Filter by asset FQN (prefix match)
Filter by service name
Filter by database name
Filter by schema name
Filter by table name
Filter by severity Severity level of a violation.
low, medium, high Filter by status Lifecycle status of a violation.
open, resolved, acknowledged, false_positive Filter by assessment type (metadata or data_quality) Type of assessment a dimension belongs to.
metadata, data_quality Filter by dimension ID
Filter by violation definition
Filter by Prefect workflow run ID
Sort field
created_at, updated_at, severity, status, asset_fqn, service, database_name, schema_name, table_name Sort direction
asc, desc