Working with operations
Written by
Updated at November 23, 2023
Any operations that change the state of a resource are asynchronous signature operations. When they are called, the server returns the Operation
object. Use this object for operation status monitoring.
All asynchronous operations support idempotency. This means that if the same operation is called multiple times, the server performs this operation only once. To learn how idempotency works and how you can use it, see Idempotency.
Note
AI services, such as YandexGPT API, Yandex SpeechKit, Yandex Translate, and Yandex Vision OCR, do no support idempotency.