Evaluates the dataset’s schema against every connector interface exposed by apps installed for the caller’s company, and reports which interfaces accept the schema and which reject it.
Each installed app may expose one or more interfaces, each with its own JSON-Schema-based policy. An interface with no policy accepts any dataset schema.
The optional tags query parameter restricts evaluation to interfaces whose metadata tags
intersect the supplied set (case-insensitive, OR semantics). When omitted, every interface is
evaluated.
Documentation Index
Fetch the complete documentation index at: https://docs.narrative.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for a dataset.
Restrict evaluation to interfaces whose metadata tags include at least one of the supplied
values. Repeat the parameter to pass multiple tags (e.g. ?tags=audience_delivery).
Matching is case-insensitive.
OK
The dataset whose schema was evaluated against installed connector interfaces.
Connector interfaces whose policy is satisfied by the dataset's schema.
Connector interfaces whose policy was not satisfied by the dataset's schema, along with per-interface details describing which constraints failed.