apps
Inspect App
Retrieve details about an app
get/apps/{app_id}
Path parameters
app_idstring required
App ID to get details from
App ID to get details from
Query parameters
endpointIdinteger
Endpoint ID to get app details from. If not set, get details from the local endpoint
Endpoint ID to get app details from. If not set, get details from the local endpoint
Response
Successful Response
Example response
{
"app_id": "wordpress",
"endpointId": 1,
"app_name": "wordpress",
"app_dist": "community",
"app_version": "1.0.0",
"app_official": true,
"error": "Internal Server Error",
"logs": [
"Simple log message",
{
"id": "db01ae396f16",
"status": "Installing..."
}
]
}