Provides a read-only API endpoint for viewing the order audit history.
Intended for admin use only.

GET /audit-log-order/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 298,
    "next": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/audit-log-order/?format=api&page=3",
    "previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/audit-log-order/?format=api",
    "results": [
        {
            "audit_log_order_id": 293,
            "from_status": null,
            "to_status": "CART",
            "notes": "Cart created by user.",
            "timestamp": "2025-12-03T10:50:17.314581Z",
            "order_info": 170
        },
        {
            "audit_log_order_id": 294,
            "from_status": "CART",
            "to_status": "AWAITING_PAYMENT",
            "notes": "Redirecting user to 2Checkout Hosted Page.",
            "timestamp": "2025-12-03T10:50:37.242908Z",
            "order_info": 170
        },
        {
            "audit_log_order_id": 295,
            "from_status": null,
            "to_status": "CART",
            "notes": "Cart created by user.",
            "timestamp": "2025-12-03T10:58:07.429841Z",
            "order_info": 171
        },
        {
            "audit_log_order_id": 652,
            "from_status": null,
            "to_status": "CART",
            "notes": "Cart created by user.",
            "timestamp": "2026-03-20T13:05:25.326703Z",
            "order_info": 452
        },
        {
            "audit_log_order_id": 297,
            "from_status": "CART",
            "to_status": "AWAITING_PAYMENT",
            "notes": "Redirecting user to 2Checkout Hosted Page.",
            "timestamp": "2025-12-03T10:58:57.391919Z",
            "order_info": 171
        },
        {
            "audit_log_order_id": 298,
            "from_status": null,
            "to_status": "CART",
            "notes": "Cart created by user.",
            "timestamp": "2025-12-03T11:15:15.669294Z",
            "order_info": 172
        },
        {
            "audit_log_order_id": 299,
            "from_status": "CART",
            "to_status": "AWAITING_PAYMENT",
            "notes": "Redirecting user to 2Checkout Hosted Page.",
            "timestamp": "2025-12-03T11:15:30.198312Z",
            "order_info": 172
        },
        {
            "audit_log_order_id": 300,
            "from_status": null,
            "to_status": "CART",
            "notes": "Cart created by user.",
            "timestamp": "2025-12-03T11:22:53.922776Z",
            "order_info": 173
        },
        {
            "audit_log_order_id": 301,
            "from_status": "CART",
            "to_status": "AWAITING_PAYMENT",
            "notes": "Redirecting user to 2Checkout Hosted Page.",
            "timestamp": "2025-12-03T11:23:11.635618Z",
            "order_info": 173
        },
        {
            "audit_log_order_id": 302,
            "from_status": "CART",
            "to_status": "AWAITING_PAYMENT",
            "notes": "Redirecting user to 2Checkout Hosted Page.",
            "timestamp": "2025-12-03T11:25:21.994048Z",
            "order_info": 173
        }
    ]
}