List consignado contract divergences
Returns a tenant-scoped, deterministically ordered page of the operational divergence queue. Default order: flow-blocking effect first (booking_blocked, then adjustment_required, then posting_pending, then audit_only), then overdue, then largest absolute client-vs-lender difference, then oldest observation.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Filter by category (cash|rate|terms|margin|registration|technical).
Filter by flow effect (audit_only|posting_pending|adjustment_required|booking_blocked). Also the primary triage ordering key: booking_blocked sorts first, audit_only last.
Filter by disposition state (open|disposed).
Filter by assignee identity, or the reserved value 'unassigned' for items with no assignee.
Restrict to open items whose SLA deadline has already passed.
RFC3339 UTC cutoff for the SLA-breached display ordering only; resend the previous page's response AsOf, omit only on the first page. Must not be in the future or older than the pagination window.
Page size.
1 <= x <= 100Page offset.
x >= 0Response
OK

