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 sourcesOrganization name (required for multi-tenant API keys)
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 - deleteenable, 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'])
1Topic UUID (required for add-to-topic and remove-from-topic actions)
Job version (optional, for reparse action)
1