v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Multi FileFeed Transforms

Get transforms

Returns the current HEAD flowgraph state using the v1 transforms format.

The response includes the portable flowgraph export (nodes, edges, pipelines), the dirty status (and the last commit ID if there is at least one commit) for optimistic locking.

Requires Multi FileFeed transforms to be enabled for the organization.

get/v0/multi-file-feeds/{multi_file_feed_id}/transforms

Response

Successful response

is_dirtyboolean required

Whether the HEAD has uncommitted changes

last_commit_idinteger

ID of the latest commit (for optimistic locking)

Example response

{
  "transforms": {
    "version": 1
  }
}