# DeviceOperations [alpha] APIs to get information about device operations ## Get all DeviceOperations for a specific Operation - [GET /v0/operations/{operationsId}/devices/](https://develop-api.esper.io/openapi/deviceoperations-alpha/getdeviceoperations.md) ## Get a Operations for a device - [GET /v0/devices/{deviceId}/operations/](https://develop-api.esper.io/openapi/deviceoperations-alpha/paths/~1v0~1devices~1%7Bdeviceid%7D~1operations~1/get.md) ## Get a specific DeviceOperations for a specific Operation (Device Operation Status) - [GET /v0/operations/{operationsId}/devices/{deviceId}/](https://develop-api.esper.io/openapi/deviceoperations-alpha/getdeviceoperation.md) ## Update a specific DeviceOperation for a specific Operation - [PUT /v0/operations/{operationsId}/devices/{deviceId}/](https://develop-api.esper.io/openapi/deviceoperations-alpha/updatedeviceoperation.md)