# List available orders for tracing List orders available for tracing to Due Diligence Statements Endpoint: GET /eudr/trace-orders Version: 1.0 Security: Bearer ## Query parameters: - `ordering` (string) Which field to use when ordering the results. - `search` (string) A search term. - `limit` (integer) Number of results to return per page. - `offset` (integer) The initial index from which to return the results. - `exclude_dds` (string) Exclude orders already traced to DDS ID(s). Supports single ID or comma-separated list (e.g., '1' or '1,2,3') ## Response 200 fields (application/json): - `results` (array) - `results.id` (integer) - `results.buyer_external_id` (string) - `results.seller_external_id` (string) - `results.order_created_at` (string) - `results.type` (string) - `count` (integer) - `next` (string) - `previous` (string)