---
title: "Get a commit"
method: GET
path: "/v0/multi-file-feeds/{multi_file_feed_id}/commits/{commit_id}"
tags: ["Multi FileFeed Commits"]
---

# Get a commit

`GET /v0/multi-file-feeds/{multi_file_feed_id}/commits/{commit_id}`

Returns the transforms for a specific commit. The commit must
belong to this Multi FileFeed's recurring flowgraph.

Requires Multi FileFeed transforms to be enabled for the organization.

## Response `200`

Successful response

- object
  - `commit_id` integer, required — Unique identifier of the commit
  - `created_at` string, date-time, required — When the commit was created (ISO 8601)
  - `transforms` object, required — The portable flowgraph export of the commit
    - `version` integer
    - `exported_at` string, date-time
    - `flowgraph` object
      - `nodes` object[]
      - `edges` object[]

## Other responses

- `400` — Bad request
- `401` — Unauthorized (missing or invalid API key)
- `403` — Forbidden (wrong organization or required feature not enabled)
- `422` — Unprocessable entity. Possible reasons: - Commit not found for this workflow - 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)
