Get modern site status
documentedCheck provisioning/status for a modern SharePoint site.
GET {site_url}/_api/SPSiteManager/status?url={site_url}Site Managementno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$tenant_admin_host}}/_api/SPSiteManager/status?url={{$site_url_encoded}}" \
-X GET \
-H "Accept: application/json;odata.metadata=none" \
-H "OData-Version: 4.0" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"