---
title: "Get a workflow revision's compiled graph"
method: GET
path: "/v1/workflows/revisions/{revision_id}/graph"
tags: ["workflows"]
---

# Get a workflow revision's compiled graph

`GET /v1/workflows/revisions/{revision_id}/graph`

## Path parameters

- `revision_id` string, uuid, required

## Response `200`

Successful Response

- WorkflowGraphResponse — Graph-only projection for editor clients.
  - `revision_id` string, uuid, required
  - `workflow_id` string, uuid, required
  - `compiled_graph` object, nullable
  - `compilation_status` string, required
  - `compilation_errors` string[], nullable
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
