Partially update an extraction flow. The most common use is to switch its
publish mode between auto_publish and manual_publish.
Publish modes:
auto_publish — Each successful flow run automatically publishes the
extracted data. No separate publish step
is required.manual_publish — Flow runs only compute and persist extracted data in
the warehouse. Publishing to downstream indexes must be triggered
explicitly via the publish action. Use this when you want to review
the results of a run before exposing them to search / agents.Documentation Index
Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer
UUID of the project
UUID of the extraction flow
Human-readable name of the flow
Controls whether extracted data is pushed to downstream indexes
automatically after each run (auto_publish) or only on an
explicit publish call (manual_publish).
auto_publish, manual_publish DAG definition (name + nodes) for the extraction flow.
Flow updated successfully
auto_publish — runs automatically push extracted data to downstream indexes.manual_publish — publishing is triggered explicitly via the publish action.auto_publish, manual_publish DAG definition (name + nodes) describing the extractor pipeline.
Per-namespace-type TurboPuffer namespace mapping populated on publish.