Lybic Docs

Get Sandbox Application Operation

Returns the latest state of an application installation operation.

GET
/api/orgs/{orgId}/sandboxes/{sandboxId}/operations/{operationId}

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
}