---
title: "Get a workflow"
method: GET
path: "/api/workflows/{id}"
tags: ["Workflow"]
---

# Get a workflow

`GET /api/workflows/{id}`

## Path parameters

- `id` integer, required

## Response `200`

default response

- RestWorkflowDefinition — Response of a workflow definition
  - `config` object
  - `id` string, required — workflow definition ID
  - `name` string, required — workflow name
  - `project` IdAndName, required — Name and ID
    - `id` string, required — ID
    - `name` string, required — name
  - `revision` string, required — revision
  - `timezone` string, required — timezone

---

[API](https://skmtc.net/treasure/apis/treasure-workflow.md) · [All operations](https://skmtc.net/treasure/apis/treasure-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/treasure-workflow/revisions/4eedf1838ef4/schema)
