> ## Documentation Index
> Fetch the complete documentation index at: https://clumio.reclear.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Asynchronous operations

> Why most write operations return a task instead of a result.

Long-running work cannot finish inside a request, so Clumio returns a task you poll to completion.

<Note>
  **Prototype page.** This page is included to show where this topic belongs in the proposed
  documentation structure. Its production instructions would be researched, written, and validated
  during an engagement.
</Note>

## Planned coverage

* Task-returning writes
* Polling and backoff
* Terminal states
* Failure and retry

## Related pages

* [Clumio REST API](/developer-tools/rest-api)
* [Full API reference](https://api.commvault.com/docs/latest/api/cv/ClumioAPIs/clumio-rest-api/)
