Get Effective Project Model Exclusions

List organization and project rules and their combined active-model impact. Requires project:edit access. Organization exclusions are inherited by every project and cannot be overridden at project scope. Provider and vendor rules also apply to future matching models. A request is rejected if it would leave any affected project without at least one active model.

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID

Response

Successful Response
total_excluded_modelsinteger

Total number of active models excluded by all rules (org + project)

available_model_countinteger
Number of active models still available after all exclusions
organization_ruleslist of objectsOptional
Exclusion rules set at organization level
project_ruleslist of objectsOptional
Exclusion rules set at project level

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error