Retrieve a paginated list of order disputes for orders where the authenticated user is the seller or buyer.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by dispute ID.
"3,6,9"
Filter by dispute status.
waiting_for_seller, waiting_for_buyer, pending_admin_resolution, escalated, closed "waiting_for_seller"
Filter by orderable type.
account_order, item_order, currency_order "account_order"
Filter by orderable ID.
110237
Filter by open (true) or closed (false) disputes.
Filter by created at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Filter by updated at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2025-10-05"
Filter by closed at. Supports single date (YYYY-MM-DD) or date range (YYYY-MM-DD,YYYY-MM-DD).
"2019-08-14,2025-12-31"
Sort by field. Prefix with - for descending order.
id, -id, created_at, -created_at, updated_at, -updated_at, closed_at, -closed_at "-updated_at"
Items per page (max 50)
1 <= x <= 50