Applications - Get Application Package Install Status
Get the polling status for a previously triggered installation.
Get the polling status to check on the progress of a previously triggered installation based on the operation ID.
GET https://api.powerplatform.com/appmanagement/environments/{environmentId}/operations/{operationId}?api-version=2022-03-01-preview
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
environment
|
path | True |
string |
Environment ID (not to be confused with organization ID). |
|
operation
|
path | True |
string (uuid) |
Operation ID. |
|
api-version
|
query | True |
string |
The API version. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success |
|
| 400 Bad Request |
Bad Request |
|
| 401 Unauthorized |
Unauthorized |
|
| 403 Forbidden |
Forbidden |
Security
oauth2
Microsoft Entra ID OAuth2
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com
Scopes
| Name | Description |
|---|---|
| .default | .default |
Definitions
| Name | Description |
|---|---|
|
Error |
|
|
Instance |
|
|
Instance |
ErrorDetails
| Name | Type | Description |
|---|---|---|
| errorCode |
integer (int32) |
Error code from Dataverse |
| errorName |
string |
Error name |
| message |
string |
Error message |
| source |
string |
Source of the error |
| statusCode |
integer (int32) |
Status code for error |
| type |
string |
Error type |
InstancePackageOperationPollingResponse
| Name | Type | Description |
|---|---|---|
| createdDateTime |
string (date-time) |
|
| error | ||
| lastActionDateTime |
string (date-time) |
|
| operationId |
string (uuid) |
|
| status | ||
| statusMessage |
string |
InstancePackageOperationStatus
| Value | Description |
|---|---|
| NotStarted | |
| Running | |
| Succeeded | |
| Failed | |
| Canceled |