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

NameTypeRequiredDescription
limit integer (int32) no

Response 200

application/json · ApiResponseListMeetingScopePreview

FieldTypeDescription
success boolean
message string
data MeetingScopePreview[]

Status codes

  • 200 — Classifications returned
  • 401 — Not authenticated
  • 403 — Insufficient permissions for Knowledge pillar
  • 429 — —

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.