Audit Log Order List
Provides a read-only API endpoint for viewing the order audit history.
Intended for admin use only.
GET /audit-log-order/?format=api&page=30
{ "count": 298, "next": null, "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/audit-log-order/?format=api&page=29", "results": [ { "audit_log_order_id": 786, "from_status": "CART", "to_status": "CANCELLED", "notes": "Cancelled stale iOS cart created during duplicate purchase retry.", "timestamp": "2026-04-02T17:03:23.032278Z", "order_info": 528 }, { "audit_log_order_id": 787, "from_status": "CART", "to_status": "CANCELLED", "notes": "Cancelled stale iOS cart created during duplicate purchase retry.", "timestamp": "2026-04-02T17:03:23.039472Z", "order_info": 525 }, { "audit_log_order_id": 788, "from_status": "CART", "to_status": "COMPLETED", "notes": "iOS In-App Purchase successful. Frontend Trans ID: 2000001146882144. Apple Trans ID: 2000001146255622", "timestamp": "2026-04-02T17:03:23.076384Z", "order_info": 539 }, { "audit_log_order_id": 790, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2026-04-03T13:29:37.540400Z", "order_info": 541 }, { "audit_log_order_id": 792, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2026-04-03T13:30:41.481980Z", "order_info": 543 }, { "audit_log_order_id": 794, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2026-04-03T17:34:11.510760Z", "order_info": 545 }, { "audit_log_order_id": 796, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2026-04-03T18:24:04.467695Z", "order_info": 547 }, { "audit_log_order_id": 798, "from_status": null, "to_status": "CART", "notes": "Cart created by user.", "timestamp": "2026-04-03T18:24:50.507374Z", "order_info": 549 } ] }