API Reference / Knowledge - Intelligence
Preview meeting-visibility classification (dry run)
get
https://api.intelig.ai/api/v1/intelig/knowledge/artifacts/scope-preview
Auth: Authorization: ApiKey <key> (an API key sent as
Bearer is rejected) or Authorization: Bearer <jwt>
for a dashboard session. operationId: previewMeetingScope
For each recent meeting, returns the current stored scope and the LLM content verdict (ORGANIZATION/PERSONAL, confidence, sensitivity). Writes nothing — a validation surface for the visibility classifier.
Example request
curl -X GET "https://api.intelig.ai/api/v1/intelig/knowledge/artifacts/scope-preview" \
-H "Authorization: ApiKey $INTELIG_API_KEY" Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer (int32) | no | — |
Response 200
application/json · ApiResponseListMeetingScopePreview
| Field | Type | Description |
|---|---|---|
success | boolean | — |
message | string | — |
data | MeetingScopePreview[] | — |
Status codes
200— Classifications returned401— Not authenticated403— Insufficient permissions for Knowledge pillar429— —
Every response is wrapped in { success, message, data }. A 4xx means the request
is wrong — do not retry it unchanged. A 429 carries Retry-After in seconds.