# Operations [alpha] APIs to get information about operations ## Get all Operations in the Tenant - [GET /v0/operations/](https://develop-api.esper.io/openapi/operations-alpha/getoperationslist.md) ## Create a new Operation - [POST /v0/operations/](https://develop-api.esper.io/openapi/operations-alpha/createoperation.md) ## Get specific Operation details (Operation Status) - [GET /v0/operations/{operationId}/](https://develop-api.esper.io/openapi/operations-alpha/getoperation.md) ## Update the operation (Support status update as of now) - [PUT /v0/operations/{operationId}/](https://develop-api.esper.io/openapi/operations-alpha/paths/~1v0~1operations~1%7Boperationid%7D~1/put.md): This API allows updating the status of a specific operation by providing the operation ID.