Sign in

Get modern site status

documented

Check provisioning/status for a modern SharePoint site.

GET {site_url}/_api/SPSiteManager/status?url={site_url}Site Managementno implementation yet0 runs
No 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}}"
Get modern site status · Microsoft SharePoint · OpenIntegrations