When trailingDelta is set, how do we see the calculated floor/ceiling price?

If I query api/v3/openOrders for a TAKE_PROFIT_LIMIT order, all values from the time the order is placed are shown.

But… based on trailingDelta, the execute price (for that specific order) will move as the market does.

How do we see this changing price?

The trailing price is not provided by the API. If the client has context of historical market last price, it is possible to calculate the trailing price floor/ceiling.