Notetaker Configurations
Notetaker Configurations let you manage reusable settings for Notetaker bots. Configurations form a hierarchy — application, workspace, calendar, recurring event, and per-notetaker — where each level inherits and can override settings from its parent.
For more information, see the Notetaker Configurations guide.
GET /v3/notetakers/configsReturns a paginated list of public configurations for the application. Internal calendar, recurring-series, and per-Notetaker configurations are excluded.
POST /v3/notetakers/configsCreates a new configuration for the application. Configurations define reusable settings that Notetakers inherit through a hierarchical chain. The scope of the configuration is determined by which con...
GET /v3/notetakers/configs/{config_id}Returns the specified configuration with its resolved settings (merged from all ancestors in the hierarchy). Use ?include=history to include the version history of the configuration.
PATCH /v3/notetakers/configs/{config_id}Updates the specified configuration. Only the fields you include in the request body are changed; all other fields remain unchanged. Each update increments the configuration's version number. To uploa...
DELETE /v3/notetakers/configs/{config_id}Deletes the specified configuration. If this configuration has children, they are reparented to this configuration's parent, preserving the hierarchy chain. You cannot delete the platform default conf...