Skip to main content
GET
/
workspaces
/
{workspace_id}
/
settings
Get Workspace Settings
curl --request GET \
  --url https://api.example.com/workspaces/{workspace_id}/settings

GET /workspaces//settings

This endpoint returns the effective settings document for a workspace, including modeling assumptions and notification configuration.

Notes

  • Use this before sending a replace or patch request if you want to diff changes client-side.
  • The caller must be authorized for the target workspace.