Bulk Actions on Sources
Sources - Bulk Actions
Bulk Actions on Sources
Perform bulk actions on multiple sources. Available actions:
enable: Enable sources (re-parses/re-indexes if needed)disable: Disable sources from retrieval and LLM contextreindex: Re-index sources in the search enginereparse: Re-parse sources (optionally with a specific job_version)add-to-topic: Add sources to a topic (requires topic_uuid)remove-from-topic: Remove sources from a topic (requires topic_uuid)delete: Permanently delete sources
POST
Bulk Actions on Sources
Authorizations
Query Parameters
Organization name (required for multi-tenant API keys)
Body
Request schema for source bulk actions.
Action to perform on the sources
enable- enabledisable- disablereindex- reindexreparse- reparseadd-to-topic- add-to-topicremove-from-topic- remove-from-topicdelete- delete
Available options:
enable, disable, reindex, reparse, add-to-topic, remove-from-topic, delete List of source names to perform the action on (e.g., ['document.pdf', 'datasheet.pdf'])
Minimum string length:
1Topic UUID (required for add-to-topic and remove-from-topic actions)
Job version (optional, for reparse action)
Minimum string length:
1