Get order history from a database.
Args: db_path: Full path to the database file limit: Maximum number of orders to return offset: Offset for pagination status: Optional status filter
Returns: List of orders with pagination info
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Limit number of orders returned
Offset for pagination
Filter by order status
Successful Response