Order_id reliability

i try to track the lifetime of an order.
For that reason i called the /markets/{region_id}/orders endpoint and take the order_id as a unique identifier.
But when i call that endpoint at a later point in time, i never get a change. Its always the same for volume_remain even if i wait multiple hours it seems like no value ever changes.

where am i wrong?