> For the complete documentation index, see [llms.txt](https://docs.hypeproxy.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypeproxy.io/basic-concepts/asynchronous-operations.md).

# Asynchronous Operations

Some operations in our API are executed asynchronously, which means that you will not have to wait for the operation to finish.

In exchange, you will get a request ID that will allow you to consult the status of the operation via the call of another endpoint.

## Example of Response

This is an example of response from an asynchronous operation ([Manual IP Renew](/api/ip-rotation.md#execute-manual-rotation) in this case).

{% embed url="<https://gist.github.com/clintnetwork/a84acbfdb84e9a9aaee9864f04ebbb14>" %}
the field `requestId` in the `data` object can be used to retrieve the related operation.
{% endembed %}

## Retrieve an Operation with its ID

the field `requestId` in the `data` object can be used to retrieve the related operation

{% openapi src="/files/gs4oEIFDowGgQW6W05CO" path="/v2/Authentication/SignIn" method="post" %}
[swagger.json](https://3875752105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdX5lpI2Fre91A5ipOw%2Fuploads%2FkaenjPxy480P6u3WD1PU%2Fswagger.json?alt=media\&token=d65d1f23-7d90-4149-af11-e3b4c609807e)
{% endopenapi %}

## Endpoints Using Asynchronous Operations

There is a lit of endpoints using asynchronous operations:

* Manual IP Renew
* Test
