Validates all content against the model and returns documents with queries and any validation issues.
This endpoint scans all documents associated with the model and identifies any fields, views, or other model elements referenced in queries that are no longer valid.
You can optionally scope validation to only content that references a specific model element (view, field, or topic) using the find and find_type parameters. This is useful when you only need to validate content using a specific element, avoiding the overhead of validating all documents.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The ID of the model to validate content against.
The ID of the branch to validate against. If not provided, validates against the main model.
The user ID to act on behalf of. Only valid when using an organization API key.
User-scoped API keys cannot use this parameter and will receive a 403 error if provided.
When enabled, include personal folders in the search.
The name of the model element to find content references for. Must be used together with find_type.
For FIELD type, the value must be fully qualified with the view name (e.g., orders.status).
The type of model element to search for. Must be used together with find.
When both parameters are provided, only content that references the specified element will be validated and included in the response.
VIEW, FIELD, TOPIC