Skip to main content

spo app instance list

Retrieve apps installed in a site

Usage

m365 spo app instance list [options]

Options

-u, --siteUrl <siteUrl>

URL of the site collection to retrieve the apps for.

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Return a list of installed apps on the specified site.

m365 spo app instance list --siteUrl https://contoso.sharepoint.com/sites/site1

Response

[
{
"AppId": "03b4df10-320f-4d0f-8622-93822f9e0913",
"AppPrincipalId": "i:0i.t|ms.sp.int|82e6f5ac-b560-4b2a-9966-fd6f05514a1c@de348bc7-1aeb-4406-8cb3-97db021cadb4",
"AppSource": 2,
"AppStatus": 4,
"AppType": 3,
"AssetId": null,
"BaseTemplate": -1,
"ChildCount": -1,
"ContentMarket": null,
"CustomSettingsUrl": null,
"Description": "",
"IsCorporateCatalogSite": false,
"LastModified": "2022-07-15 06:00",
"LastModifiedDate": "2022-07-15T13:00:30.113Z",
"ProductId": "350f641f-cd1b-4274-819b-099f1ea66acc",
"Target": "",
"Thumbnail": "https://contoso.sharepoint.com/sites/site1/_layouts/15/images/spstorefrontappdefault.96x96x32.png",
"Title": "helloworld-client-side-solution",
"Version": ""
}
]
CTRL + M