---
title: "Get transforms"
method: GET
path: "/v0/multi-file-feeds/{multi_file_feed_id}/transforms"
tags: ["Multi FileFeed Transforms"]
---

# Get transforms

`GET /v0/multi-file-feeds/{multi_file_feed_id}/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.

## Response `200`

Successful response

- object
  - `is_dirty` boolean, required — Whether the HEAD has uncommitted changes
  - `last_commit_id` integer — ID of the latest commit (for optimistic locking)
  - `transforms` object, required — The portable flowgraph export in v1 format
    - `version` integer — Export format version (always 1)
    - `flowgraph` object
      - `nodes` object[]
      - `edges` object[]
    - `workflow` object — Workflow-level metadata. Present on every response. `workspace_key` is read-only and not accepted by PATCH.
      - `name` string — Workflow display name
      - `workspace_key` string — Name of the workspace this workflow belongs to (read-only)
      - `workflow_event_webhook_key` string — Key of the event webhook attached to this workflow
      - `workflow_code_action_key` string — Key of the code action attached to this workflow
      - `custom_metadata` object — Arbitrary JSON metadata stored on the workflow
    - `templates` object[] — Template associations for this workflow. Controls which templates appear in the Multi FileFeed template selector. Distinct from node-level `pipeline.template_key`.
      - `template_key` string — Portable key of the associated template
      - `is_required` boolean — Whether this template is required for the workflow to run

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden (feature not enabled)
- `422` — Workflow has no recurring flowgraph

---

[API](https://skmtc.dev/oneschema/apis/templates.md) · [All operations](https://skmtc.dev/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oneschema/templates/revisions/40674aa6d4d9/schema)
