Get Sandbox Application Operation
Returns the latest state of an application installation operation.
Returns the latest state of an application installation operation.
Path Parameters
sandboxId*string
The sandbox ID
operationId*string
The sandbox operation ID
orgId*string
The organization ID
Response Body
application/json
curl -X GET "https://loading/api/orgs/string/sandboxes/string/operations/string"{
"status": "PENDING",
"detail": null
}