Skip to main content

Get an analysis of the error of an app installation

GET/v2/app-installations/{appInstallationId}/error-analysis/
API version
v2
Request method
GET
Operation ID
app-get-appinstallation-error-analysis

Analyzes the last error of the AppInstallation. Only available while the AppInstallation has an error; returns a failed precondition otherwise.

Request

  • appInstallationIdstring
    required

Responses

Format
application/json
Description

The analysis of the AppInstallation error.

  • recommendationstring
  • summarystring
    required

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/app-installations/string/error-analysis