It would be useful to have an endpoint to get all devices matching any of a list of provided UUIDs - as per Resources - Balena Documentation but with in
rather than eq
. Does any filter exist to achieve this?
Found the answer here if it helps anyone else.
Can be done with multiple filters, for example: https://api.balena-cloud.com/v6/device?$filter=uuid eq 'xxx' or uuid eq 'yyy'
Sorry for the delayed reply here @becky – glad you got it solved though!