List Project Model Exclusions
List project-owned rules with their impact on active models. **Note**: this returns a plain array, not a paginated response.
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_id
The organization ID
project_id
The project ID
Response
Successful Response
rule_type
excluded_at
affected_model_count
Number of active models currently affected by this rule
model_id
provider
vendor
excluded_by_user_id
reason
affected_models
Names (aliases) of affected models (limited to first 10)
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error