The goal of the operations
endpoint is to check the progress of ongoing operations triggered by the API. For example, Site Creation provides 202 Accepted
response for the first call, and provides an operation_id
, that you can use as a parameter of this endpoint.
The operation has successfully finished
The operation is still in progress
The operation was not found
The operation has failed
{- "message": "Successfully finished request",
- "status": 200,
- "data": null
}