Check if appium node is busy?

Is it possible to check somehow is appium instace is occupied right now or not. For example I want to send tests to node, but it can be occupied with someone else tests, and I do some post or get request that will tell me if its free or not? Thank you.

The node state should normally be controlled by selenium grid

so there is no way to do it natively without grid

But there is nothing logical in why there can’t be a /status route with this insformation.