---
title: "Get a workflow revision"
method: GET
path: "/workflows/{workflowID}/revisions/{revisionID}"
tags: ["Workflows"]
---

# Get a workflow revision

`GET /workflows/{workflowID}/revisions/{revisionID}`

Returns a single revision including its full source. Defense-in-depth: the revision must belong to the named workflow or it's treated as missing.

## Path parameters

- `workflowID` string, required — workflow identifier
- `revisionID` string, required — revision identifier

## Response `200`

OK

- WorkflowRevisionDetail
  - `author_user_id` string, required
  - `bytes` integer, required
  - `code_source` string, required
  - `created_at` string, date-time, required
  - `id` string, required
  - `message` string, nullable, required
  - `revision` integer, required
  - `sha256` string, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.net/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/versions/d7ecf9466d6d/schema)
