Get Ownership Conflict Details
Get detailed ownership rule conflicts for a specific user group with pagination.
This endpoint returns individual conflict records with team names, entity information, cost, and related metadata for display in a detailed conflicts table.
Args: user_group_id: ID of the user group to check for conflicts start_date: Start date for filtering (optional) end_date: End date for filtering (optional) page: Page number (1-indexed, default: 1) size: Number of results per page (default: 20, max: 100) sort_key: Column to sort by (default: query_cost) sort_order: Sort direction - asc or desc (default: desc) filter_team_name: Filter by team name (partial match) filter_warehouse_name: Filter by warehouse name (partial match) filter_database: Filter by database name (partial match) filter_schema: Filter by schema name (partial match)
Returns: TeamConflictDetailsResponse with list of conflict details and pagination info
Path parameters
Query parameters
Headers
Response
Successful Response
Changes
No recorded changes to this endpoint across all 28 revisions of this API.