---
title: "Get Workflow"
method: GET
path: "/api/v1/workflow/fetch/{workflow_id}"
tags: ["main"]
---

# Get Workflow

`GET /api/v1/workflow/fetch/{workflow_id}`

Get a single workflow by ID.

If a draft version exists, returns the draft content for editing.
Otherwise returns the published version's content.

## Path parameters

- `workflow_id` integer, required

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- WorkflowResponse
  - `id` integer, required
  - `name` string, required
  - `status` string, required
  - `created_at` string, date-time, required
  - `workflow_definition` object, required
  - `current_definition_id` integer, nullable, required
  - `template_context_variables` object, nullable
  - `call_disposition_codes` CallDispositionCodes
    - `disposition_codes` string[]
  - `total_runs` integer, nullable
  - `workflow_configurations` object, nullable
  - `version_number` integer, nullable
  - `version_status` string, nullable
  - `workflow_uuid` string, nullable

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/dograh/apis/dograh-api.md) · [All operations](https://skmtc.dev/dograh/apis/dograh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dograh/dograh-api/revisions/e7d045c0295a/schema)
