Skip to main content

spo sitedesign run status get

Gets information about the site scripts executed for the specified site design

Usage

m365 spo sitedesign run status get [options]

Options

-u, --webUrl <webUrl>

The URL of the site for which to get the information

-i, --runId <runId>

ID of the site design applied to the site as retrieved using spo sitedesign run list

-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.

Remarks

For text output mode, displays the name of the action, site script and the outcome of the action. For JSON output mode, displays all available information.

Examples

List information about site scripts executed for the specified site design

m365 spo sitedesign run status get --webUrl https://contoso.sharepoint.com/sites/team-a --runId b4411557-308b-4545-a3c4-55297d5cd8c8

Response

[
{
"ActionIndex": 0,
"ActionKey": "00000000-0000-0000-0000-000000000000",
"ActionTitle": "Activate feature f151bb39-7c3b-414f-bb36-6bf18872052f",
"LastModified": "1687422166000",
"OrdinalIndex": 0,
"OutcomeCode": 0,
"OutcomeText": null,
"SiteScriptID": "0c88bed7-943b-42aa-8fef-8fb69eebe3fe",
"SiteScriptIndex": 0,
"SiteScriptTitle": "Contoso"
}
]

More information

CTRL + M