meta { name: List Conflicts type: http seq: 1 } get { url: {{baseUrl}}/api/conflicts?status=unresolved body: none auth: bearer } headers: { Authorization: Bearer {{token}} } docs: { Lists all sync conflicts for the authenticated user. Query Parameters: - status: Filter by resolution status (unresolved, user_resolved, auto_resolved, all) Response includes: - conflicts: Array of conflict details - total: Total number of conflicts - unresolved: Number of unresolved conflicts Each conflict includes: - id: Conflict UUID - media_item_id: Associated book UUID - media_item_title: Book title - conflict_type: Type of conflict (progress, note, highlight) - conflict_data: Side-by-side comparison of conflicting data - resolution_status: Current status - created_at: When conflict was detected }