Command Result UUID status

When I am executing the command on the device via api, I am getting the CommandResult object which contains the UUID of the execution of accepted command. So the quetion is: how can I check the result of execution via rest api? I search in resp-api docs and didn’t find needed url to check this uuid status/ How can I do it? I don’t want to ask the current state of capability, I want to check the result of execution of the command.

Welcome to the Community! There’s not an endpoint available to obtain the execution status of the command yet, but you can verify if it was effective by obtaining the device status or the capability status.