Get the status of an async operation.

For costly requests, the Public API will return 202 Accepted together with
a temp URI for the client to query the operation's status. The global operation status is currentState.
At any given time, it can be:

  • started
  • finished
  • failed

The events array is just the collection of steps taken by our infrastructure in order to complete the operation.

Language
Click Try It! to start a request and see the response here!