Operations
Operations service manages long-running batch operations across the API.
- Batch endpoints return an
Operationresource that can be polled until mpletion usingGetOperation. - Completed operations are retained indefinitely and can be queried at any time.
- Clients should poll at a reasonable interval (e.g., 2–5 seconds). Per-tenant rate limits may be applied.
📄️ ListOperations
List operations returns a paginated list of operations.
📄️ GetOperation
Retrieves the latest state of a long-running operation.
📄️ DeleteOperation
Deletes a long-running operation record.
📄️ CancelOperation
Attempts to cancel a long-running operation.